Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/include/pixelstats/
DMmMetricsReporter.h134 void readPressureStall(const std::string &basePath, std::vector<long> *store);
/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp1064 void MmMetricsReporter::readPressureStall(const std::string &basePath, std::vector<long> *store) { in readPressureStall() argument
1084 std::string path = getSysfsPath(basePath + '/' + kPsiTypes[type_idx]); in readPressureStall()