Home
last modified time | relevance | path

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

/frameworks/av/media/libnblog/
DReportPerformance.cpp234 std::stringstream peakName; in writeToFile() local
250 peakName << directory << "peaks_" << common.str(); in writeToFile()
290 pfs.open(peakName.str(), append ? std::ios::app : std::ios::trunc); in writeToFile()
292 ALOGW("couldn't open file %s", peakName.str().c_str()); in writeToFile()