Searched refs:freqPath (Results 1 – 1 of 1) sorted by relevance
48 std::string freqPath = powerEntities[i].second + pathSuffix; local49 std::unique_ptr<FILE, decltype(&fclose)> fp(fopen(freqPath.c_str(), "r"), fclose);51 PLOG(ERROR) << __func__ << ":Failed to open file " << freqPath;