Searched defs:tmpDir (Results 1 - 8 of 8) sorted by relevance

/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/icu4c/tools/pkgdata/
H A Dpkgtypes.h116 const char *tmpDir; member in struct:UPKGOptions_
H A Dpkgdata.cpp407 o.tmpDir = options[TEMPDIR].value;
409 o.tmpDir = o.targetDir;
533 char tmpDir[SMALL_BUFFER_MAX_SIZE] = ""; local
561 uprv_strcpy(tmpDir, o->tmpDir);
562 uprv_strcat(tmpDir, PKGDATA_FILE_SEP_STRING);
564 uprv_strcpy(datFileNamePath, tmpDir);
690 writeAssemblyCode(datFileNamePath, o->tmpDir, o->entryName, NULL, gencFilePath);
722 writeObjectCode(datFileNamePath, o->tmpDir, o->entryName, NULL, NULL, gencFilePath);
1421 o->tmpDir,
[all...]
/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/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/ ...

Completed in 143 milliseconds