Lines Matching refs:dirName
132 static SkString get_out_path(int dirNo, const char* dirName) { in get_out_path() argument
135 SkASSERT(dirName); in get_out_path()
136 path.appendf("%s%d%s%s%s", OUT_DIR_PRE, dirNo, DIR_POST, PATH_SLASH, dirName); in get_out_path()
141 static SkString get_sum_path(const char* dirName) { in get_sum_path() argument
143 SkASSERT(dirName); in get_sum_path()
144 path.appendf("%s%d%s%s", OUT_DIR_SUM, SUMMARY_RUN, PATH_SLASH, dirName); in get_sum_path()
628 SkString dirName = get_out_path(dirNo, outStatusDir); in buildTestDir() local
629 if (!dirName.size()) { in buildTestDir()
632 SkOSFile::Iter iter(dirName.c_str(), "skp"); in buildTestDir()
705 SkString dirName = get_in_path(dirNo, NULL); in doOneDir() local
706 if (!dirName.size()) { in doOneDir()
714 SkOSFile::Iter iter(dirName.c_str(), "skp"); in doOneDir()
914 SkString dirName = get_in_path(dirNo, NULL); in DEF_TEST() local
915 if (!dirName.size()) { in DEF_TEST()
918 SkOSFile::Iter iter(dirName.c_str(), "skp"); in DEF_TEST()