Home
last modified time | relevance | path

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

/device/google/gs-common/powerstats/
DAdaptiveDvfsStateResidencyDataProvider.cpp48 std::string freqPath = powerEntities[i].second + pathSuffix; local
49 std::unique_ptr<FILE, decltype(&fclose)> fp(fopen(freqPath.c_str(), "r"), fclose);
51 PLOG(ERROR) << __func__ << ":Failed to open file " << freqPath;