Searched refs:ReadFileToLongsCheck (Results 1 – 1 of 1) sorted by relevance
/hardware/google/pixel/pixelstats/ |
D | MmMetricsReporter.cpp | 273 static inline bool ReadFileToLongsCheck(const std::string &path, std::vector<long> *store, in ReadFileToLongsCheck() function 909 if (!ReadFileToLongsCheck(path, store, start_idx, " ", 1, expected_num, true)) { in readCompactionDurationStat() 973 if (!ReadFileToLongsCheck(path, store, start_idx, " ", 1, expected_num, true)) { in readDirectReclaimStat()
|