Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/include/pixelstats/
DBrownoutDetectedReporter.h94 void logBrownout(const std::shared_ptr<IStats> &stats_client, const std::string &logFilePath,
96 void logBrownoutCsv(const std::shared_ptr<IStats> &stats_client, const std::string &logFilePath,
/hardware/google/pixel/pixelstats/
DBrownoutDetectedReporter.cpp335 const std::string &logFilePath, in logBrownout() argument
338 if (!android::base::ReadFileToString(logFilePath, &logFile)) { in logBrownout()
417 android::base::WriteStringToFile(file_content, logFilePath); in logBrownout()