Searched refs:statName (Results 1 – 2 of 2) sorted by relevance
673 SkString statName(data->fResult.fFilename); in testSkpClip() local674 SkASSERT(statName.endsWith(".skp")); in testSkpClip()675 statName.remove(statName.size() - 4, 4); in testSkpClip()676 statName.appendf(".%d.%d.skp", data->fResult.fPixelError, data->fResult.fTime); in testSkpClip()682 statusFile.appendf("%s%s", PATH_SLASH, statName.c_str()); in testSkpClip()
476 SkString statName; in makeStatusString() local477 statName.printf("stats%d.txt", dirNo); in makeStatusString()478 SkString statusFile = make_filepath(0, outStatusDir, statName.c_str()); in makeStatusString()