Searched refs:histogramName (Results 1 – 2 of 2) sorted by relevance
79 String8 histogramName = String8::formatV(fmt, args); in log() local80 ALOGI("%s (%" PRId64 ") samples:", histogramName.string(), mTotalCount); in log()
233 std::stringstream histogramName; in writeToFile() local248 histogramName << directory << "histograms_" << common.str(); in writeToFile()253 hfs.open(histogramName.str(), append ? std::ios::app : std::ios::trunc); in writeToFile()255 ALOGW("couldn't open file %s", histogramName.str().c_str()); in writeToFile()