/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/lottie/lottie/src/main/java/com/airbnb/lottie/animation/keyframe/ |
D | ShapeKeyframeAnimation.java | 13 private final Path tempPath = new Path(); field in ShapeKeyframeAnimation 24 MiscUtils.getPathFromData(tempShapeData, tempPath); in getValue() 25 return tempPath; in getValue()
|
/external/angle/util/ |
D | test_utils.cpp | 19 char tempPath[kMaxPath]; in CreateTemporaryFile() local 21 if (!GetTempDir(tempPath, kMaxPath)) in CreateTemporaryFile() 24 return CreateTemporaryFileInDir(tempPath, tempFileNameOut, maxFileNameLen); in CreateTemporaryFile()
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/utils/ |
D | Utils.java | 38 private static final Path tempPath = new Path(); field in Utils 156 tempPath.reset(); in applyTrimPathIfNeeded() 160 tempPath, in applyTrimPathIfNeeded() 170 tempPath.addPath(tempPath2); in applyTrimPathIfNeeded() 178 tempPath.addPath(tempPath2); in applyTrimPathIfNeeded() 180 path.set(tempPath); in applyTrimPathIfNeeded()
|
/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 | 89 final File tempPath = createTemporaryDirectory(); in load() local 92 tempPath.deleteOnExit(); in load() 93 final String tempDirectory = tempPath.getCanonicalPath(); in load()
|
/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/cldr/tools/java/org/unicode/cldr/util/ |
D | XMLFileReader.java | 366 StringBuffer tempPath = new StringBuffer(); field in XMLFileReader.MyContentHandler 371 tempPath = new StringBuffer("/"); in reset() 385 tempPath.setLength(0); in startElement() 386 tempPath.append(startElements.peek()).append('/').append(qName); in startElement() 388 …tempPath.append("[@").append(atts.getQName(i)).append("=\"").append(atts.getValue(i).replace('"', … in startElement() 390 startElements.push(tempPath.toString()); in startElement()
|
D | DateTimeFormats.java | 572 String tempPath = base + plurals.getCount(offset) + "\"]"; in RelativePattern() local 573 String tempValue = file.getStringValue(tempPath); in RelativePattern() 575 tempPath = base + Count.other + "\"]"; in RelativePattern() 576 tempValue = file.getStringValue(tempPath); in RelativePattern() 578 path = tempPath; in RelativePattern()
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | FileRemapper.cpp | 143 SmallString<64> tempPath; in flushToFile() local 147 tempPath)) in flushToFile() 148 return report("Could not create file: " + tempPath.str(), Diag); in flushToFile() 155 auto newE = FileMgr->getFile(tempPath); in flushToFile()
|
/external/llvm-project/flang/lib/Semantics/ |
D | mod-file.cpp | 672 llvm::SmallString<16> tempPath; in MkTemp() local 674 prefix + "%%%%%%" + suffix, fd, tempPath)}) { in MkTemp() 677 return Temp{fd, tempPath.c_str()}; in MkTemp()
|
/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()
|