HomeSort by relevance Sort by last modified time
    Searched refs:tempPath (Results 1 - 22 of 22) sorted by null

  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FileHandlerTest.java 58 String tempPath;
67 tempPath = System.getProperty(TMP_DIR_KEY);
69 File file = new File(tempPath + SEP + "log");
100 reset(tempPath + SEP + "log", "");
126 if (tempPath != null) {
127 System.setProperty(TMP_DIR_KEY, tempPath);
130 assertFalse(new File(tempPath, "log_NoTmpDir.log").exists());
145 if (tempPath != null) {
146 System.setProperty(TMP_DIR_KEY, tempPath);
155 FileOutputStream output = new FileOutputStream(tempPath + SEP + "log
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGPath.cpp 135 DEFINE_STATIC_LOCAL(Path, tempPath, ());
137 tempPath.clear();
139 tempPath.addRect(zeroLengthSubpathRect(linecapPosition, this->strokeWidth()));
141 tempPath.addEllipse(zeroLengthSubpathRect(linecapPosition, this->strokeWidth()));
143 return &tempPath;
RenderSVGShape.cpp 165 DEFINE_STATIC_LOCAL(Path, tempPath, ());
167 tempPath = *path;
168 tempPath.transform(strokeTransform);
170 return &tempPath;
  /external/qemu/android/filesystems/
ext4_utils_unittest.cpp 105 const char* tempPath = createTempPath();
107 int ret = android_createEmptyExt4Image(tempPath, kSize, "cache");
109 EXPECT_TRUE(android_pathIsExt4PartitionImage(tempPath));
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
TempFileBinaryBody.java 32 import org.apache.james.mime4j.util.TempPath;
56 TempPath tempPath = TempStorage.getInstance().getRootTempPath();
57 tempFile = tempPath.createTempFile("attachment", ".bin");
TempFileTextBody.java 36 import org.apache.james.mime4j.util.TempPath;
61 TempPath tempPath = TempStorage.getInstance().getRootTempPath();
62 tempFile = tempPath.createTempFile("attachment", ".txt");
MemoryBinaryBody.java 33 import org.apache.james.mime4j.util.TempPath;
57 TempPath tempPath = TempStorage.getInstance().getRootTempPath();
MemoryTextBody.java 37 import org.apache.james.mime4j.util.TempPath;
62 TempPath tempPath = TempStorage.getInstance().getRootTempPath();
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
svn-unapply 184 my ($fh, $tempPath) = tempfile(basename($fullPath) . "-XXXXXXXX",
189 rename($fullPath, $tempPath);
191 rename($tempPath, $fullPath);
  /system/core/init/
property_service.c 161 char tempPath[PATH_MAX];
165 snprintf(tempPath, sizeof(tempPath), "%s/.temp.XXXXXX", PERSISTENT_PROPERTY_DIR);
166 fd = mkstemp(tempPath);
168 ERROR("Unable to write persistent property to temp file %s errno: %d\n", tempPath, errno);
176 if (rename(tempPath, path)) {
177 unlink(tempPath);
178 ERROR("Unable to rename persistent property file %s to %s\n", tempPath, path);
  /external/clang/lib/ARCMigrate/
FileRemapper.cpp 146 SmallString<64> tempPath;
150 tempPath))
151 return report("Could not create file: " + tempPath.str(), Diag);
158 const FileEntry *newE = FileMgr->getFile(tempPath);
  /libcore/luni/src/main/java/java/util/logging/
FileHandler.java 266 String tempPath = System.getProperty("java.io.tmpdir");
267 boolean tempPathHasSepEnd = (tempPath == null ? false : tempPath
294 sb.append(value, cur, next - cur - 1).append(tempPath);
  /external/lzma/CPP/Windows/
FileDir.cpp 773 CSysString tempPath;
774 if (!MyGetTempPath(tempPath))
776 if (Create(tempPath, prefix, resultPath) != 0)
781 if (!MyGetWindowsDirectory(tempPath))
783 return (Create(tempPath, prefix, resultPath) != 0);
811 UString tempPath;
812 if (!MyGetTempPath(tempPath))
814 if (Create(tempPath, prefix, resultPath) != 0)
816 if (!MyGetWindowsDirectory(tempPath))
818 return (Create(tempPath, prefix, resultPath) != 0);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java 176 final String tempPath = temp.getAbsolutePath();
183 sync.pullFile(remoteFilePath, tempPath, monitor);
195 open(tempPath);
265 String tempPath = temp.getAbsolutePath();
270 command[2] = tempPath;
275 IFileStore fileStore = EFS.getLocalFileSystem().getStore(new Path(tempPath));
531 protected void open(String tempPath) {
532 if (DdmsPlugin.getDefault().launchTraceview(tempPath) == false) {
533 super.open(tempPath);
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
os_os2.c 641 UniChar tempPath[CCHMAXPATH];
651 if( UniStrToUcs( ucUtf8, tempPath, (char *)in, CCHMAXPATH ) != ULS_SUCCESS )
655 UniStrFromUcs( uclCp, out, tempPath, CCHMAXPATH );
670 UniChar tempPath[CCHMAXPATH];
680 if( UniStrToUcs( uclCp, tempPath, (char *)in, CCHMAXPATH ) != ULS_SUCCESS )
684 UniStrFromUcs( ucUtf8, out, tempPath, CCHMAXPATH );
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Update.cpp 842 const UString &tempPath = ap.GetTempPath();
851 if (!NDirectory::MyMoveFile(tempPath, arcPath))
855 errorInfo.FileName = tempPath;
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 731 milliseconds