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

1 2 3 4 5 6

  /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/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
NativeLibrary.java 87 final File tempPath = createTemporaryDirectory();
90 tempPath.deleteOnExit();
91 final String tempDirectory = tempPath.getCanonicalPath();
  /external/lzma/CPP/Windows/
FileDir.cpp 642 FString tempPath;
643 if (!MyGetTempPath(tempPath))
645 if (!CreateTempFile(tempPath + namePrefix, true, _path, outFile))
673 FString tempPath;
674 if (!MyGetTempPath(tempPath))
676 if (!CreateTempFile(tempPath + prefix, true, _path, NULL))
  /build/soong/shared/
paths.go 24 func TempDirForOutDir(outDir string) (tempPath string) {
  /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);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/util/
SQLiteLibraryLoader.java 72 String tempPath = System.getProperty("java.io.tmpdir");
73 if (tempPath == null) {
76 return new File(Fs.fileFromPath(tempPath).join("robolectric-libs", getLibName()).getPath());
  /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...]
  /build/soong/cmd/sbox/
sbox.go 215 tempPath := filepath.Join(tempDir, filePath)
216 fileInfo, err := os.Stat(tempPath)
259 tempPath := filepath.Join(tempDir, filePath)
268 err = os.Rename(tempPath, destPath)
  /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);
  /external/lzma/CPP/7zip/UI/Common/
Update.cpp     [all...]
  /external/lzma/CPP/7zip/UI/FileManager/
BrowseDialog.cpp 753 UString tempPath = DirPrefix;
754 Reload(tempPath, name);
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.equinox.preferences_3.5.300.v20150408-1437.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 
  /build/soong/finder/
finder.go     [all...]
  /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 

Completed in 267 milliseconds

1 2 3 4 5 6