Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/perfstatsd/
H A 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()
/aosp12/system/core/storaged/
H A Dstoraged_uid_monitor.cpp48 const char* UID_IO_STATS_PATH = "/proc/uid_io/stats"; variable
157 if (!ReadFileToString(UID_IO_STATS_PATH, &buffer)) { in get_uid_io_stats_locked()
158 PLOG(ERROR) << UID_IO_STATS_PATH << ": ReadFileToString failed"; in get_uid_io_stats_locked()
539 : enabled_(!access(UID_IO_STATS_PATH, R_OK)) { in uid_monitor()