OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UID_IO_STATS_PATH
(Results
1 - 3
of
3
) sorted by null
/system/core/storaged/
storaged_uid_monitor.cpp
86
if (!ReadFileToString(
UID_IO_STATS_PATH
, &buffer)) {
87
PLOG_TO(SYSTEM, ERROR) <<
UID_IO_STATS_PATH
<< ": ReadFileToString failed";
storaged.cpp
215
mConfig.proc_uid_io_available = (access(
UID_IO_STATS_PATH
, R_OK) == 0);
/system/core/storaged/include/
storaged.h
158
#define
UID_IO_STATS_PATH
"/proc/uid_io/stats"
Completed in 451 milliseconds