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

1 2 3 4

  /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...]
  /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/lzma/CPP/Windows/
FileDir.cpp 535 FString tempPath;
536 if (!MyGetTempPath(tempPath))
538 if (!CreateTempFile(tempPath + namePrefix, true, _path, outFile))
566 FString tempPath;
567 if (!MyGetTempPath(tempPath))
569 if (!CreateTempFile(tempPath + prefix, true, _path, NULL))
  /system/core/init/
property_service.cpp 120 char tempPath[PATH_MAX];
124 snprintf(tempPath, sizeof(tempPath), "%s/.temp.XXXXXX", PERSISTENT_PROPERTY_DIR);
125 fd = mkstemp(tempPath);
127 PLOG(ERROR) << "Unable to write persistent property to temp file " << tempPath;
135 if (rename(tempPath, path)) {
136 PLOG(ERROR) << "Unable to rename persistent property file " << tempPath << " to " << path;
137 unlink(tempPath);
  /external/clang/lib/ARCMigrate/
FileRemapper.cpp 144 SmallString<64> tempPath;
148 tempPath))
149 return report("Could not create file: " + tempPath.str(), Diag);
156 const FileEntry *newE = FileMgr->getFile(tempPath);
  /frameworks/base/core/java/android/accessibilityservice/
GestureDescription.java 261 Path tempPath = new Path(path);
262 tempPath.lineTo(-1, -1);
264 PathMeasure pathMeasure = new PathMeasure(tempPath, false);
  /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/lzma/CPP/7zip/UI/Common/
Update.cpp     [all...]
  /external/lzma/CPP/7zip/UI/FileManager/
BrowseDialog.cpp 745 UString tempPath = DirPrefix;
746 Reload(tempPath, name);
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.equinox.preferences_3.5.300.v20150408-1437.jar 
  /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 
  /prebuilts/devtools/tools/lib/
repository.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.2.0/
repository-25.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.2.0-alpha3/
repository-25.2.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.2.0-alpha4/
repository-25.2.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.2.0-alpha6/
repository-25.2.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.2.0-alpha7/
repository-25.2.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.2.0-beta1/
repository-25.2.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.2.0-beta2/
repository-25.2.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.2.0-beta3/
repository-25.2.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.2.0-rc1/
repository-25.2.0-rc1.jar 

Completed in 599 milliseconds

1 2 3 4