Home
last modified time | relevance | path

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/
DFileHandlerTest.java58 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/
DFileDir.cpp651 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/
DNativeLibrary.java87 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/
DXMLFileReader.java178 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()
197tempPath.append("[@").append(atts.getQName(i)).append("=\"").append(atts.getValue(i).replace('"', … in startElement()
199 startElements.push(tempPath.toString()); in startElement()
DDateTimeFormats.java550 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/
DFileRemapper.cpp144 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/
DBrowseDialog.cpp752 UString tempPath = DirPrefix; in OnCreateDir() local
753 Reload(tempPath, name); in OnCreateDir()
/external/lzma/CPP/7zip/UI/Common/
DUpdate.cpp1515 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()