Home
last modified time | relevance | path

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

/hardware/interfaces/health/storage/impl_common/
Dimpl_common.cpp81 std::string wb_path = GetWriteBoosterPath(); in GarbageCollect() local
84 if (!wb_path.empty() && !ReadFileToString(wb_path, &wb_avail)) { in GarbageCollect()
85 PLOG(WARNING) << "Reading wb_avail_buf failed in " << wb_path; in GarbageCollect()
98 << wb_path << " having " << wb_avail; in GarbageCollect()
137 std::string wb_path = GetWriteBoosterPath(); in DebugDump() local
138 if (wb_path.empty()) { in DebugDump()
143 if (ReadFileToString(wb_path, &wb_available)) { in DebugDump()
144 output << wb_path << ":" << wb_available << std::endl; in DebugDump()