Searched refs:wb_path (Results 1 – 1 of 1) sorted by relevance
81 std::string wb_path = GetWriteBoosterPath(); in GarbageCollect() local84 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() local138 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()