Home
last modified time | relevance | path

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

/aosp_15_r20/system/vold/
H A DIdleMaint.cpp650 std::string writeKbytesPath = paths.front() + "/lifetime_write_kbytes"; in getLifeTimeWrite() local
652 if (!ReadFileToString(writeKbytesPath, &writeKbytesStr)) { in getLifeTimeWrite()
653 PLOG(WARNING) << "Reading failed in " << writeKbytesPath; in getLifeTimeWrite()