Searched refs:tmpDir (Results 1 - 17 of 17) sorted by relevance

/external/skia/tests/
H A DTest.cpp15 DEFINE_string2(tmpDir, t, NULL, "Temp directory to use.");
36 const char* tmpDir = FLAGS_tmpDir.isEmpty() ? NULL : FLAGS_tmpDir[0]; local
37 return SkString(tmpDir);
H A DDocumentTest.cpp32 SkString tmpDir = skiatest::GetTmpDir(); local
34 if (tmpDir.isEmpty()) {
40 SkString path = SkOSPath::Join(tmpDir.c_str(), "aborted.pdf");
61 SkString tmpDir = skiatest::GetTmpDir(); local
62 if (tmpDir.isEmpty()) {
68 SkString path = SkOSPath::Join(tmpDir.c_str(), "file.pdf");
H A Dskia_test.cpp150 SkString tmpDir = skiatest::GetTmpDir(); local
151 if (!tmpDir.isEmpty()) {
152 header.appendf(" --tmpDir %s", tmpDir.c_str());
H A DStreamTest.cpp41 static void test_filestreams(skiatest::Reporter* reporter, const char* tmpDir) { argument
42 SkString path = SkOSPath::Join(tmpDir, "wstream_test");
135 SkString tmpDir = skiatest::GetTmpDir(); local
136 if (!tmpDir.isEmpty()) {
137 test_filestreams(reporter, tmpDir.c_str());
H A DDataRefTest.cpp177 SkString tmpDir = skiatest::GetTmpDir(); local
178 if (tmpDir.isEmpty()) {
182 SkString path = SkOSPath::Join(tmpDir.c_str(), "data_test");
/external/jetty/src/java/org/eclipse/jetty/webapp/
H A DWebInfConfiguration.java214 File tmpDir=File.createTempFile(WebInfConfiguration.getCanonicalNameForWebAppTmpDir(context),"",template.getTempDirectory().getParentFile());
215 if (tmpDir.exists())
217 IO.delete(tmpDir);
219 tmpDir.mkdir();
220 tmpDir.deleteOnExit();
221 context.setTempDirectory(tmpDir);
264 File tmpDir = context.getTempDirectory();
265 if (tmpDir != null && tmpDir.isDirectory() && tmpDir
581 isTempWorkDirectory(File tmpDir) argument
[all...]
/external/conscrypt/src/test/java/org/conscrypt/
H A DFileClientSessionCacheTest.java27 String tmpDir = System.getProperty("java.io.tmpdir");
28 if (tmpDir == null) {
31 File cacheDir = new File(tmpDir
/external/parameter-framework/tools/xmlGenerator/
H A DhostDomainGenerator.sh84 tmpDir=$(mktemp -d)
85 tmpFile=$(mktemp --tmpdir="$tmpDir")
113 echo "Cleaning $tmpDir/Schemas ..."
114 rm -r "$tmpDir/Schemas" || true
115 rmdir "$tmpDir" || true
271 cp -r "$HostRoot"/etc/parameter-framework/Schemas "$tmpDir/Schemas"
307 -e 's@(xsi:noNamespaceSchemaLocation=")'"$tmpDir"'/?@\1@' >&4
/external/vogar/src/vogar/target/
H A DTestEnvironment.java68 private final String tmpDir; field in class:TestEnvironment
71 this.tmpDir = System.getProperty("java.io.tmpdir");
72 if (tmpDir == null || tmpDir.length() == 0) {
73 throw new AssertionError("tmpDir is null or empty: " + tmpDir);
79 System.setProperty("java.io.tmpdir", tmpDir);
100 System.setProperty("java.io.tmpdir", tmpDir);
120 String javaHome = tmpDir + "/java.home";
126 userHome = tmpDir
[all...]
/external/icu/icu4c/source/tools/pkgdata/
H A Dpkgtypes.h116 const char *tmpDir; member in struct:UPKGOptions_
H A Dpkgdata.cpp423 o.tmpDir = options[TEMPDIR].value;
425 o.tmpDir = o.targetDir;
549 char tmpDir[SMALL_BUFFER_MAX_SIZE] = ""; local
577 uprv_strcpy(tmpDir, o->tmpDir);
578 uprv_strcat(tmpDir, PKGDATA_FILE_SEP_STRING);
580 uprv_strcpy(datFileNamePath, tmpDir);
706 writeAssemblyCode(datFileNamePath, o->tmpDir, o->entryName, NULL, gencFilePath);
741 writeObjectCode(datFileNamePath, o->tmpDir, o->entryName, (optMatchArch[0] == 0 ? NULL : optMatchArch), NULL, gencFilePath);
1566 o->tmpDir,
[all...]
/external/llvm/utils/lit/lit/
H A DTestRunner.py409 tmpDir = os.path.join(execdir, 'Output')
410 tmpBase = os.path.join(tmpDir, execbase)
416 tmpDir = tmpDir.replace('\\', '/')
428 ('%T', tmpDir),
437 ('%/T', tmpDir.replace('\\', '/')),
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 575 milliseconds