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

1 2

  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
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();
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");
  /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);
  /system/core/init/
property_service.cpp 124 char tempPath[PATH_MAX];
128 snprintf(tempPath, sizeof(tempPath), "%s/.temp.XXXXXX", PERSISTENT_PROPERTY_DIR);
129 fd = mkstemp(tempPath);
131 ERROR("Unable to write persistent property to temp file %s: %s\n", tempPath, strerror(errno));
139 if (rename(tempPath, path)) {
140 unlink(tempPath);
141 ERROR("Unable to rename persistent property file %s to %s\n", tempPath, path);
  /external/lzma/CPP/7zip/UI/FileManager/
BrowseDialog.cpp 745 UString tempPath = DirPrefix;
746 Reload(tempPath, name);
  /frameworks/base/core/java/android/accessibilityservice/
GestureDescription.java 238 Path tempPath = new Path(path);
239 tempPath.lineTo(-1, -1);
241 PathMeasure pathMeasure = new PathMeasure(tempPath, false);
  /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/lzma/CPP/7zip/UI/Common/
Update.cpp     [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/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/gradle-plugin/com/android/tools/repository/25.2.0/
repository-25.2.0.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 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.2.0-rc2/
repository-25.2.0-rc2.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.2.1/
repository-25.2.1.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/tools/common/offline-m2/com/android/tools/repository/25.2.0/
repository-25.2.0.jar 

Completed in 147 milliseconds

1 2