Home
last modified time | relevance | path

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

/system/vold/
DIdleMaint.cpp551 std::string gcUrgentModePath = f2fsSysfsPath + "/gc_urgent"; in SetGCUrgentPace() local
616 if (!WriteStringToFile(std::to_string(GC_NORMAL_MODE), gcUrgentModePath)) { in SetGCUrgentPace()
617 PLOG(WARNING) << "Writing failed in " << gcUrgentModePath; in SetGCUrgentPace()
632 if (!WriteStringToFile(std::to_string(GC_URGENT_MID_MODE), gcUrgentModePath)) { in SetGCUrgentPace()
633 PLOG(WARNING) << "Writing failed in " << gcUrgentModePath; in SetGCUrgentPace()