Home
last modified time | relevance | path

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

/hardware/interfaces/health/storage/impl_common/
Dimpl_common.cpp73 std::string require_gc; in GarbageCollect() local
74 if (!ReadFileToString(gc_path, &require_gc)) { in GarbageCollect()
79 require_gc = Trim(require_gc); in GarbageCollect()
89 if (require_gc == "disabled") { in GarbageCollect()
93 if ((require_gc == "" || require_gc == "off") && wb_avail == "0x0000000A") { in GarbageCollect()
97 LOG(DEBUG) << "Trigger Dev GC on " << gc_path << " having " << require_gc << ", WB on " in GarbageCollect()
127 std::string require_gc; in DebugDump() local
129 if (ReadFileToString(path, &require_gc)) { in DebugDump()
130 output << path << ":" << require_gc << std::endl; in DebugDump()