Home
last modified time | relevance | path

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

/hardware/interfaces/health/storage/impl_common/
Dimpl_common.cpp141 std::string wb_available; in DebugDump() local
143 if (ReadFileToString(wb_path, &wb_available)) { in DebugDump()
144 output << wb_path << ":" << wb_available << std::endl; in DebugDump()