Searched defs:readFileToInt (Results 1 – 2 of 2) sorted by relevance
52 static bool readFileToInt(const char *const path, int *val) { in readFileToInt() function65 static inline bool readFileToInt(const std::string &path, int *val) { in readFileToInt() function
93 int BatteryDefender::readFileToInt(const std::string &path, const bool silent) { in readFileToInt() function in hardware::google::pixel::health::BatteryDefender