Home
last modified time | relevance | path

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

/system/core/storaged/
Dstoraged_uid_monitor.cpp86 if (!ReadFileToString(UID_IO_STATS_PATH, &buffer)) { in get_uid_io_stats_locked()
87 PLOG_TO(SYSTEM, ERROR) << UID_IO_STATS_PATH << ": ReadFileToString failed"; in get_uid_io_stats_locked()
Dstoraged.cpp215 mConfig.proc_uid_io_available = (access(UID_IO_STATS_PATH, R_OK) == 0); in storaged_t()
/system/core/storaged/include/
Dstoraged.h158 #define UID_IO_STATS_PATH "/proc/uid_io/stats" macro