Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp219 static int ReadFileToLongs(const std::string &path, std::vector<long> *data, int start_idx, in ReadFileToLongs() function
276 int num = ReadFileToLongs(path, store, start_idx, delim, skip, nonnegative); in ReadFileToLongsCheck()