Lines Matching full:make_filepath
181 static SkString make_filepath(int dirIndex, const char* dir, const char* name) {
202 SkString outDir = make_filepath(0, OUT_DIR, "");
209 SkString grDir = make_filepath(0, outGrDir, "");
216 SkString skDir = make_filepath(0, outSkDir, "");
223 SkString skpDir = make_filepath(0, outSkpDir, "");
230 SkString diffDir = make_filepath(0, outDiffDir, "");
237 SkString statusDir = make_filepath(0, outStatusDir, "");
370 SkString outFile = make_filepath(0, outDir, pngName);
383 SkString path = make_filepath(fDirNo, IN_DIR, fFilename);
395 SkString wPath = make_filepath(0, outSkpDir, fFilename);
480 SkString statusFile = make_filepath(0, outStatusDir, statName.c_str());
690 SkString oldPng = make_filepath(dirIndex, outSkDir, pngName.c_str());
691 SkString newPng = make_filepath(dirIndex, outGrDir, pngName.c_str());