Home
last modified time | relevance | path

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

/system/core/storaged/
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()