OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempDirectory
(Results
1 - 12
of
12
) sorted by null
/packages/apps/Camera2/src/com/android/camera/session/
SessionStorageManagerImpl.java
86
File
tempDirectory
= null;
88
tempDirectory
= new File(
94
if (!
tempDirectory
.mkdirs()) {
97
File tempFile = new File(
tempDirectory
, title + ".jpg");
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileTest.java
66
private File
tempDirectory
;
72
tempDirectory
= new File(addTrailingSlash(System.getProperty("java.io.tmpdir")) + "harmony-test-" + getClass().getSimpleName() + File.separator);
73
tempDirectory
.mkdirs();
77
if (
tempDirectory
!= null) {
78
deleteTempFolder(
tempDirectory
);
79
tempDirectory
= null;
87
File f = new File(
tempDirectory
.getPath(), "input.tst");
88
assertEquals("Created Incorrect File ", addTrailingSlash(
tempDirectory
.getPath()) + "input.tst", f.getPath());
93
new File(
tempDirectory
, null);
132
String dirName =
tempDirectory
.getPath()
[
all
...]
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/0.20.0/
org.eclipse.tycho.p2.tools.impl-0.20.0.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/0.18.1/
org.eclipse.tycho.p2.tools.impl-0.18.1.jar
/external/lzma/CPP/7zip/UI/Common/
Update.cpp
1197
CTempDir
tempDirectory
;
1200
tempDirectory
.Create(kTempFolderPrefix);
1201
tempDirPrefix =
tempDirectory
.GetPath();
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar
/prebuilts/tools/common/ant/
ant.jar
/prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar
/external/jarjar/lib/
apache-ant-1.9.4.jar
/external/owasp/sanitizer/tools/findbugs/lib/
ant.jar
/prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar
/prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar
Completed in 291 milliseconds