OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempDirectory
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Tools/Scripts/
ensure-valid-python
45
my $
tempDirectory
= File::Temp::tempdir("WebKitPythonXXXX", TMPDIR => 1, CLEANUP => 1);
46
my $downloadDirectory = $
tempDirectory
;
47
my $mountPoint = File::Spec->join($
tempDirectory
, "mount");
/libcore/luni/src/test/java/libcore/java/io/
OldFileTest.java
32
private File
tempDirectory
;
216
tempDirectory
= new File(userDir + "tempDir"
218
if (!
tempDirectory
.mkdir())
222
tempFile = new File(
tempDirectory
, "tempfile");
237
if (!
tempDirectory
.delete())
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileTest.java
76
private File
tempDirectory
;
82
tempDirectory
= new File(addTrailingSlash(System.getProperty("java.io.tmpdir")) + "harmony-test-" + getClass().getSimpleName() + File.separator);
83
tempDirectory
.mkdirs();
87
if (
tempDirectory
!= null) {
88
deleteTempFolder(
tempDirectory
);
89
tempDirectory
= null;
97
File f = new File(
tempDirectory
.getPath(), "input.tst");
98
assertEquals("Created Incorrect File ", addTrailingSlash(
tempDirectory
.getPath()) + "input.tst", f.getPath());
103
new File(
tempDirectory
, null);
142
String dirName =
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
Completed in 407 milliseconds