Home
last modified time | relevance | path

Searched refs:UID_IO_STATS_PATH (Results 1 – 1 of 1) sorted by relevance

/hardware/google/pixel/perfstatsd/
Dio_usage.cpp28 static constexpr const char *UID_IO_STATS_PATH = "/proc/uid_io/stats"; variable
442 if (!android::base::ReadFileToString(UID_IO_STATS_PATH, &buffer)) { in refresh()
443 LOG(ERROR) << UID_IO_STATS_PATH << ": ReadFileToString failed"; in refresh()
446 LOG(INFO) << "read " << UID_IO_STATS_PATH << " OK."; in refresh()