Searched refs:histogramName (Results 1 – 2 of 2) sorted by relevance
80 std::string histogramName; in log() local81 base::StringAppendV(&histogramName, fmt, args); in log()82 ALOGI("%s (%" PRId64 ") samples:", histogramName.c_str(), 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()