Searched refs:UID_IO_STATS_PATH (Results 1 – 1 of 1) sorted by relevance
48 const char* UID_IO_STATS_PATH = "/proc/uid_io/stats"; variable157 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()