Home
last modified time | relevance | path

Searched refs:tempPath (Results 1 – 10 of 10) 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/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGPath.cpp135 DEFINE_STATIC_LOCAL(Path, tempPath, ()); in zeroLengthLinecapPath()
137 tempPath.clear(); in zeroLengthLinecapPath()
139 tempPath.addRect(zeroLengthSubpathRect(linecapPosition, this->strokeWidth())); in zeroLengthLinecapPath()
141 tempPath.addEllipse(zeroLengthSubpathRect(linecapPosition, this->strokeWidth())); in zeroLengthLinecapPath()
143 return &tempPath; in zeroLengthLinecapPath()
DRenderSVGShape.cpp165 DEFINE_STATIC_LOCAL(Path, tempPath, ()); in nonScalingStrokePath()
167 tempPath = *path; in nonScalingStrokePath()
168 tempPath.transform(strokeTransform); in nonScalingStrokePath()
170 return &tempPath; in nonScalingStrokePath()
/external/qemu/android/filesystems/
Dext4_utils_unittest.cpp105 const char* tempPath = createTempPath(); in TEST_F() local
107 int ret = android_createEmptyExt4Image(tempPath, kSize, "cache"); in TEST_F()
109 EXPECT_TRUE(android_pathIsExt4PartitionImage(tempPath)); in TEST_F()
/external/lzma/CPP/Windows/
DFileDir.cpp773 CSysString tempPath; in Create() local
774 if (!MyGetTempPath(tempPath)) in Create()
776 if (Create(tempPath, prefix, resultPath) != 0) in Create()
781 if (!MyGetWindowsDirectory(tempPath)) in Create()
783 return (Create(tempPath, prefix, resultPath) != 0); in Create()
811 UString tempPath; in Create() local
812 if (!MyGetTempPath(tempPath)) in Create()
814 if (Create(tempPath, prefix, resultPath) != 0) in Create()
816 if (!MyGetWindowsDirectory(tempPath)) in Create()
818 return (Create(tempPath, prefix, resultPath) != 0); in Create()
/external/chromium_org/third_party/WebKit/Tools/Scripts/
Dsvn-unapply184 my ($fh, $tempPath) = tempfile(basename($fullPath) . "-XXXXXXXX",
189 rename($fullPath, $tempPath);
191 rename($tempPath, $fullPath);
/external/clang/lib/ARCMigrate/
DFileRemapper.cpp146 SmallString<64> tempPath; in flushToFile() local
150 tempPath)) in flushToFile()
151 return report("Could not create file: " + tempPath.str(), Diag); in flushToFile()
158 const FileEntry *newE = FileMgr->getFile(tempPath); in flushToFile()
/external/chromium_org/third_party/sqlite/src/src/
Dos_os2.c641 UniChar tempPath[CCHMAXPATH]; in convertUtf8PathToCp() local
651 if( UniStrToUcs( ucUtf8, tempPath, (char *)in, CCHMAXPATH ) != ULS_SUCCESS ) in convertUtf8PathToCp()
655 UniStrFromUcs( uclCp, out, tempPath, CCHMAXPATH ); in convertUtf8PathToCp()
670 UniChar tempPath[CCHMAXPATH]; in convertCpPathToUtf8() local
680 if( UniStrToUcs( uclCp, tempPath, (char *)in, CCHMAXPATH ) != ULS_SUCCESS ) in convertCpPathToUtf8()
684 UniStrFromUcs( ucUtf8, out, tempPath, CCHMAXPATH ); in convertCpPathToUtf8()
/external/lzma/CPP/7zip/UI/Common/
DUpdate.cpp842 const UString &tempPath = ap.GetTempPath(); in UpdateArchive() local
851 if (!NDirectory::MyMoveFile(tempPath, arcPath)) in UpdateArchive()
855 errorInfo.FileName = tempPath; in UpdateArchive()
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c22653 UniChar tempPath[CCHMAXPATH];
22663 if( UniStrToUcs( ucUtf8, tempPath, (char *)in, CCHMAXPATH ) != ULS_SUCCESS )
22667 UniStrFromUcs( uclCp, out, tempPath, CCHMAXPATH );
22682 UniChar tempPath[CCHMAXPATH];
22692 if( UniStrToUcs( uclCp, tempPath, (char *)in, CCHMAXPATH ) != ULS_SUCCESS )
22696 UniStrFromUcs( ucUtf8, out, tempPath, CCHMAXPATH );