Home
last modified time | relevance | path

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

/aosp12/system/extras/boottime_tools/bootio/
H A Dbootio_collector.cpp327 android::ClearPreviousResults(getStoragePath()); in StartDataCollection()
352 if (!android::base::WriteStringToFile(file_data, getStoragePath())) { in StartDataCollection()
359 if (!android::base::ReadFileToString(getStoragePath(), &file_data)) { in Print()
377 std::string BootioCollector::getStoragePath() { in getStoragePath() function in BootioCollector
H A Dbootio_collector.h32 std::string getStoragePath();