Searched defs:make_filepath (Results 1 - 1 of 1) sorted by relevance

/external/skia/tests/
H A DSkpSkGrTest.cpp179 static SkString make_filepath(int dirIndex, const char* dir, const char* name) { function
200 SkString outDir = make_filepath(0, OUT_DIR, "");
207 SkString grDir = make_filepath(0, outGrDir, "");
214 SkString skDir = make_filepath(0, outSkDir, "");
221 SkString skpDir = make_filepath(0, outSkpDir, "");
228 SkString diffDir = make_filepath(0, outDiffDir, "");
235 SkString statusDir = make_filepath(0, outStatusDir, "");
368 SkString outFile = make_filepath(0, outDir, pngName);
381 SkString path = make_filepath(fDirNo, IN_DIR, fFilename);
393 SkString wPath = make_filepath(
[all...]

Completed in 107 milliseconds