Searched refs:tempPath (Results 1 – 5 of 5) sorted by relevance
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
D | FileHandlerTest.java | 58 String tempPath; field in FileHandlerTest 67 tempPath = System.getProperty(TMP_DIR_KEY); in setUp() 69 File file = new File(tempPath + SEP + "log"); in setUp() 100 reset(tempPath + SEP + "log", ""); in tearDown() 126 if (tempPath != null) { in testConstructor_NoTmpDir() 127 System.setProperty(TMP_DIR_KEY, tempPath); in testConstructor_NoTmpDir() 130 assertFalse(new File(tempPath, "log_NoTmpDir.log").exists()); in testConstructor_NoTmpDir() 145 if (tempPath != null) { in testConstructor_NoTmpDir_NoUsrHome() 146 System.setProperty(TMP_DIR_KEY, tempPath); in testConstructor_NoTmpDir_NoUsrHome() 155 FileOutputStream output = new FileOutputStream(tempPath + SEP + "log" in testLock() [all …]
|
/external/lzma/CPP/Windows/ |
D | FileDir.cpp | 535 FString tempPath; in CreateRandomInTempFolder() local 536 if (!MyGetTempPath(tempPath)) in CreateRandomInTempFolder() 538 if (!CreateTempFile(tempPath + namePrefix, true, _path, outFile)) in CreateRandomInTempFolder() 566 FString tempPath; in Create() local 567 if (!MyGetTempPath(tempPath)) in Create() 569 if (!CreateTempFile(tempPath + prefix, true, _path, NULL)) in Create()
|
/external/clang/lib/ARCMigrate/ |
D | FileRemapper.cpp | 144 SmallString<64> tempPath; in flushToFile() local 148 tempPath)) in flushToFile() 149 return report("Could not create file: " + tempPath.str(), Diag); in flushToFile() 156 const FileEntry *newE = FileMgr->getFile(tempPath); in flushToFile()
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | BrowseDialog.cpp | 745 UString tempPath = DirPrefix; in OnCreateDir() local 746 Reload(tempPath, name); in OnCreateDir()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Update.cpp | 1327 const FString &tempPath = ap.GetTempPath(); in UpdateArchive() local 1336 if (!MyMoveFile(tempPath, us2fs(arcPath))) in UpdateArchive() 1340 errorInfo.FileName = tempPath; in UpdateArchive()
|