Searched refs:tempPath (Results 1 – 8 of 8) 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 | 651 FString tempPath; in CreateRandomInTempFolder() local 652 if (!MyGetTempPath(tempPath)) in CreateRandomInTempFolder() 654 if (!CreateTempFile(tempPath + namePrefix, true, _path, outFile)) in CreateRandomInTempFolder() 697 FString tempPath; in Create() local 698 if (!MyGetTempPath(tempPath)) in Create() 700 if (!CreateTempFile(tempPath + prefix, true, _path, NULL)) in Create()
|
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/ |
D | NativeLibrary.java | 87 final File tempPath = createTemporaryDirectory(); in load() local 90 tempPath.deleteOnExit(); in load() 91 final String tempDirectory = tempPath.getCanonicalPath(); in load()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | XMLFileReader.java | 178 StringBuffer tempPath = new StringBuffer(); field in XMLFileReader.MyContentHandler 183 tempPath = new StringBuffer("/"); in reset() 194 tempPath.setLength(0); in startElement() 195 tempPath.append(startElements.peek()).append('/').append(qName); in startElement() 197 …tempPath.append("[@").append(atts.getQName(i)).append("=\"").append(atts.getValue(i).replace('"', … in startElement() 199 startElements.push(tempPath.toString()); in startElement()
|
D | DateTimeFormats.java | 550 String tempPath = base + plurals.getCount(offset) + "\"]"; in RelativePattern() local 551 String tempValue = file.getStringValue(tempPath); in RelativePattern() 553 tempPath = base + Count.other + "\"]"; in RelativePattern() 554 tempValue = file.getStringValue(tempPath); in RelativePattern() 556 path = tempPath; in RelativePattern()
|
/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 | 752 UString tempPath = DirPrefix; in OnCreateDir() local 753 Reload(tempPath, name); in OnCreateDir()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Update.cpp | 1515 const FString &tempPath = ap.GetTempPath(); in UpdateArchive() local 1525 if (!MyMoveFile(tempPath, us2fs(arcPath))) in UpdateArchive() 1527 errorInfo.SetFromLastError("cannot move the file", tempPath); in UpdateArchive()
|