Home
last modified time | relevance | path

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

/aosp_15_r20/system/extras/checkpoint_gc/
H A Dcheckpoint_gc.sh62 read START < /dev/sys/fs/by-name/userdata/dirty_segments
100 read CURRENT < /dev/sys/fs/by-name/userdata/dirty_segments
/aosp_15_r20/system/vold/
H A DIdleMaint.cpp230 std::string dirty_segments; in waitForGc() local
231 if (!ReadFileToString(path + "/dirty_segments", &dirty_segments)) { in waitForGc()
235 if (std::stoi(dirty_segments) > DIRTY_SEGMENTS_THRESHOLD) { in waitForGc()
/aosp_15_r20/hardware/google/pixel/pixelstats/
Dpixelatoms.proto321 optional int32 dirty_segments = 2; field