Home
last modified time | relevance | path

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

/aosp12/system/extras/checkpoint_gc/
H A Dcheckpoint_gc.sh46 read START < /dev/sys/fs/by-name/userdata/dirty_segments
65 read CURRENT < /dev/sys/fs/by-name/userdata/dirty_segments
/aosp12/system/vold/
H A DIdleMaint.cpp220 std::string dirty_segments; in waitForGc() local
221 if (!ReadFileToString(path + "/dirty_segments", &dirty_segments)) { in waitForGc()
225 if (std::stoi(dirty_segments) > DIRTY_SEGMENTS_THRESHOLD) { in waitForGc()
/aosp12/hardware/google/pixel/pixelstats/
H A Dpixelatoms.proto227 optional int32 dirty_segments = 2; field