Home
last modified time | relevance | path

Searched defs:readFileToInt (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/hardware/google/pixel/pixelstats/
DWaterEventReporter.cpp52 static bool readFileToInt(const char *const path, int *val) { in readFileToInt() function
65 static inline bool readFileToInt(const std::string &path, int *val) { in readFileToInt() function
/aosp_15_r20/hardware/google/pixel/health/
DBatteryDefender.cpp93 int BatteryDefender::readFileToInt(const std::string &path, const bool silent) { in readFileToInt() function in hardware::google::pixel::health::BatteryDefender