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

/external/webkit/Tools/Scripts/webkitperl/
H A Dhttpd.pm61 my $tmpDir = "/tmp";
62 $tmpDir = convertMsysPath($tmpDir) if isMsys();
65 my $exclusiveLockFile = File::Spec->catfile($tmpDir, "WebKit.lock");
66 my $httpdPidDir = File::Spec->catfile($tmpDir, "WebKit");
265 opendir(TMPDIR, $tmpDir) or die "Could not open " . $tmpDir . ".";
292 my $currentLockFile = File::Spec->catfile($tmpDir, "$httpdLockPrefix" . getLockNumberForCurrentRunning());
296 $currentLockFile = File::Spec->catfile($tmpDir, "$httpdLockPrefix" . getLockNumberForCurrentRunning());
316 $myLockFile = File::Spec->catfile($tmpDir, "
[all...]
/external/webkit/Source/WebCore/platform/efl/
H A DFileSystemEfl.cpp73 const char* tmpDir = getenv("TMPDIR"); local
75 if (!tmpDir)
76 tmpDir = "/tmp";
78 if (snprintf(buffer, PATH_MAX, "%s/%sXXXXXX", tmpDir, prefix.utf8().data()) >= PATH_MAX)
/external/webkit/Source/WebKit/gtk/tests/
H A Dtestdownload.c37 gchar* tmpDir; local
50 tmpDir = g_filename_to_uri(g_get_tmp_dir(), NULL, NULL);
51 webkit_download_set_destination_uri(download, tmpDir);
52 g_assert_cmpstr(tmpDir, ==, webkit_download_get_destination_uri(download));;
53 g_free(tmpDir);
/external/icu4c/tools/pkgdata/
H A Dpkgtypes.h116 const char *tmpDir; member in struct:UPKGOptions_
H A Dpkgdata.cpp414 o.tmpDir = options[TEMPDIR].value;
416 o.tmpDir = o.targetDir;
533 char tmpDir[SMALL_BUFFER_MAX_SIZE] = ""; local
559 uprv_strcpy(tmpDir, o->tmpDir);
560 uprv_strcat(tmpDir, PKGDATA_FILE_SEP_STRING);
562 uprv_strcpy(datFileNamePath, tmpDir);
672 writeAssemblyCode(datFileNamePath, o->tmpDir, o->entryName, NULL, gencFilePath);
696 writeObjectCode(datFileNamePath, o->tmpDir, o->entryName, NULL, NULL, gencFilePath);
1301 o->tmpDir,
[all...]
/external/llvm/utils/lit/lit/
H A DTestRunner.py455 tmpDir = os.path.join(execdir, 'Output')
456 tmpBase = os.path.join(tmpDir, execbase)
464 tmpDir = tmpDir.replace('\\', '/')
476 ('%T', tmpDir),
/external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/
H A Dtst_qdeclarativewebview.cpp50 QString tmpDir() const function in class:tst_QDeclarativeWebView
90 removeRecursive(tmpDir());
98 QWebSettings::enablePersistentStorage(tmpDir());
163 QWebSettings::enablePersistentStorage(tmpDir());
252 QWebSettings::enablePersistentStorage(tmpDir());
/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/webkit/Tools/Scripts/
H A Dold-run-webkit-tests165 my $tmpDir = "/tmp";
166 my $testResultsDirectory = File::Spec->catdir($tmpDir, "layout-test-results");

Completed in 202 milliseconds