Home
last modified time | relevance | path

Searched defs:tmpDir (Results 1 – 16 of 16) sorted by relevance

/external/skia/tests/
DDocumentTest.cpp32 SkString tmpDir = skiatest::Test::GetTmpDir(); in test_abortWithFile() local
61 SkString tmpDir = skiatest::Test::GetTmpDir(); in test_file() local
DStreamTest.cpp39 static void test_filestreams(skiatest::Reporter* reporter, const char* tmpDir) { in test_filestreams()
133 SkString tmpDir = skiatest::Test::GetTmpDir(); in TestWStream() local
DTest.cpp120 const char* tmpDir = FLAGS_tmpDir.isEmpty() ? NULL : FLAGS_tmpDir[0]; in GetTmpDir() local
Dskia_test.cpp156 SkString tmpDir = Test::GetTmpDir(); in tool_main() local
DDataRefTest.cpp177 SkString tmpDir = skiatest::Test::GetTmpDir(); in test_files() local
/external/chromium_org/third_party/skia/tests/
DDocumentTest.cpp32 SkString tmpDir = skiatest::Test::GetTmpDir(); in test_abortWithFile() local
61 SkString tmpDir = skiatest::Test::GetTmpDir(); in test_file() local
DStreamTest.cpp39 static void test_filestreams(skiatest::Reporter* reporter, const char* tmpDir) { in test_filestreams()
133 SkString tmpDir = skiatest::Test::GetTmpDir(); in TestWStream() local
DTest.cpp116 const char* tmpDir = FLAGS_tmpDir.isEmpty() ? NULL : FLAGS_tmpDir[0]; in GetTmpDir() local
Dskia_test.cpp137 SkString tmpDir = Test::GetTmpDir(); in test_main() local
DDataRefTest.cpp177 SkString tmpDir = skiatest::Test::GetTmpDir(); in test_files() local
/external/conscrypt/src/test/java/org/conscrypt/
DFileClientSessionCacheTest.java27 String tmpDir = System.getProperty("java.io.tmpdir"); in testMaxSize() local
/external/chromium_org/third_party/icu/source/tools/pkgdata/
Dpkgtypes.h116 const char *tmpDir; member
Dpkgdata.cpp533 char tmpDir[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_executeOptions() local
/external/icu/icu4c/source/tools/pkgdata/
Dpkgtypes.h116 const char *tmpDir; member
Dpkgdata.cpp543 char tmpDir[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_executeOptions() local
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
DAwContentsClientShouldInterceptRequestTest.java748 final String tmpDir = getInstrumentation().getTargetContext().getCacheDir().getPath(); in testCalledForExistingFiles() local