Searched refs:tempPath (Results 1 - 6 of 6) sorted by relevance

/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DFileHandlerTest.java58 String tempPath; field in class:FileHandlerTest
67 tempPath = System.getProperty(TMP_DIR_KEY);
69 File file = new File(tempPath + SEP + "log");
100 reset(tempPath + SEP + "log", "");
126 if (tempPath != null) {
127 System.setProperty(TMP_DIR_KEY, tempPath);
130 assertFalse(new File(tempPath, "log_NoTmpDir.log").exists());
145 if (tempPath != null) {
146 System.setProperty(TMP_DIR_KEY, tempPath);
155 FileOutputStream output = new FileOutputStream(tempPath
[all...]
/external/clang/lib/ARCMigrate/
H A DFileRemapper.cpp144 SmallString<64> tempPath; local
148 tempPath))
149 return report("Could not create file: " + tempPath.str(), Diag);
156 const FileEntry *newE = FileMgr->getFile(tempPath);
/external/lzma/CPP/Windows/
H A DFileDir.cpp773 CSysString tempPath; local
774 if (!MyGetTempPath(tempPath))
776 if (Create(tempPath, prefix, resultPath) != 0)
781 if (!MyGetWindowsDirectory(tempPath))
783 return (Create(tempPath, prefix, resultPath) != 0);
811 UString tempPath; local
812 if (!MyGetTempPath(tempPath))
814 if (Create(tempPath, prefix, resultPath) != 0)
816 if (!MyGetWindowsDirectory(tempPath))
818 return (Create(tempPath, prefi
[all...]
/external/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp842 const UString &tempPath = ap.GetTempPath(); local
851 if (!NDirectory::MyMoveFile(tempPath, arcPath))
855 errorInfo.FileName = tempPath;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 401 milliseconds