Home
last modified time | relevance | path

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

/aosp12/system/extras/boottime_tools/bootio/
H A Dbootio.cpp33 #define SELF_IO "/proc/self/io" macro
61 if (access(SELF_IO, F_OK) == -1) { in StartDataCollection()