Searched defs:tmpDir (Results 1 – 13 of 13) sorted by relevance
27 String tmpDir = System.getProperty("java.io.tmpdir"); in testMaxSize() local
35 const char* tmpDir = FLAGS_tmpDir.isEmpty() ? nullptr : FLAGS_tmpDir[0]; in GetTmpDir() local
44 SkString tmpDir = skiatest::GetTmpDir(); in test_abortWithFile() local73 SkString tmpDir = skiatest::GetTmpDir(); in test_file() local
72 SkString tmpDir = skiatest::GetTmpDir(); in DEF_TEST() local
44 static void test_filestreams(skiatest::Reporter* reporter, const char* tmpDir) { in test_filestreams()132 SkString tmpDir = skiatest::GetTmpDir(); in TestWStream() local
158 SkString tmpDir = skiatest::GetTmpDir(); in main() local
146 SkString tmpDir = skiatest::GetTmpDir(); in test_files() local
87 File tmpDir = new File(outputDir); in verify() local
68 private final String tmpDir; field in TestEnvironment
118 const char *tmpDir; member
558 char tmpDir[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_executeOptions() local
31 def __init__ (self, srcDir, tmpDir): argument
607 def getDefaultSubstitutions(test, tmpDir, tmpBase, normalize_slashes=False): argument