OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempDir
(Results
1 - 13
of
13
) sorted by null
/external/llvm/tools/llvmc/examples/mcc16/
Main.cpp
46
llvm::sys::Path
tempDir
;
47
tempDir
= llvm::sys::Path::GetTemporaryDirectory();
48
TempDirname =
tempDir
.getBasename();
49
tempDir
.eraseFromDisk(true);
53
tempDir
= TempDirname;
54
tempDir
.eraseFromDisk(true);
/external/llvm/lib/CompilerDriver/
Main.cpp
36
int GetTempDir(sys::Path&
tempDir
) {
39
tempDir
= TempDirname;
43
tempDir
= sys::Path::GetTemporaryDirectory();
47
tempDir
= sys::path::parent_path(OutputFilename);
50
// SaveTemps == Cwd --> use current dir (leave
tempDir
empty).
55
if (llvm::sys::fs::exists(
tempDir
.str(), Exists) || !Exists) {
57
if (
tempDir
.createDirectoryOnDisk(true, &ErrMsg)) {
70
sys::Path
tempDir
;
73
if (int ret = GetTempDir(
tempDir
))
76
ret = graph.Build(
tempDir
, langMap)
[
all
...]
/external/icu4c/tools/genrb/
gendtjar.pl
119
$
tempDir
= $cwd."/temp";
129
unlink($
tempDir
);
131
convertData($icuDataDir, $icupkg, $
tempDir
, $icu4jDataDir, $verbose);
132
#convertData($icuDataDir."/coll/", $icupkg, $
tempDir
, $icu4jDataDir."/coll");
133
createJar("\"$jarDir/jar\"", "icudata.jar", $
tempDir
, $icu4jDataDir, $verbose);
135
convertTestData($icuTestDataDir, $icupkg, $
tempDir
, $icu4jTestDataDir, $verbose);
136
createJar("\"$jarDir/jar\"", "testdata.jar", $
tempDir
, $icu4jTestDataDir, $verbose);
137
copyData($icu4jDir, $icu4jImpl, $icu4jDevDataDir, $
tempDir
, $verbose);
210
local($jar, $jarFile, $
tempDir
, $dirToJar, $verbose) = @_;
211
chdir($
tempDir
);
[
all
...]
/external/icu4c/test/letest/
FontObject.cpp
27
SFNTDirectory
tempDir
;
29
fread(&
tempDir
, sizeof
tempDir
, 1, file);
31
numTables = SWAPW(
tempDir
.numTables);
32
searchRange = SWAPW(
tempDir
.searchRange) >> 4;
33
entrySelector = SWAPW(
tempDir
.entrySelector);
34
rangeShift = SWAPW(
tempDir
.rangeShift) >> 4;
36
int dirSize = sizeof
tempDir
+ ((numTables - ANY_NUMBER) * sizeof(DirectoryEntry));
PortableFontInstance.cpp
84
SFNTDirectory
tempDir
;
86
fread(&
tempDir
, sizeof
tempDir
, 1, fFile);
88
le_int32 dirSize = sizeof
tempDir
+ ((SWAPW(
tempDir
.numTables) - ANY_NUMBER) * sizeof(DirectoryEntry));
/libcore/luni/src/test/java/libcore/java/io/
OldFileTest.java
47
File
tempDir
= new File(System.getProperty("java.io.tmpdir"));
48
String[] files =
tempDir
.list();
50
File f = new File(
tempDir
, files[i]);
56
new File(
tempDir
, files[i]).delete();
216
tempDirectory = new File(userDir + "
tempDir
"
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarExecTest.java
241
private static byte[] getResource(File
tempDir
, String resourceName) throws IOException {
242
Support_Resources.copyFile(
tempDir
, null, resourceName);
243
File resourceFile = new File(
tempDir
, resourceName);
ZipExecTest.java
251
private static byte[] getResource(File
tempDir
, String resourceName) throws IOException {
252
Support_Resources.copyFile(
tempDir
, null, resourceName);
253
File resourceFile = new File(
tempDir
, resourceName);
/external/guava/src/com/google/common/io/
Files.java
411
File
tempDir
= new File(baseDir, baseName + counter);
412
if (
tempDir
.mkdir()) {
413
return
tempDir
;
/libcore/luni/src/test/java/libcore/java/util/jar/
DalvikExecTest.java
81
File
tempDir
= Support_Resources.createTempFolder();
83
tempDir
, null, "cts_dalvikExecTest.jar" );
/build/core/tasks/
cts.mk
180
# Usage: buildCts.py <testRoot> <ctsOutputDir> <
tempDir
> <androidRootDir> <docletPath>
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileTest.java
469
String
tempDir
= addTrailingSlash(System.getProperty("java.io.tmpdir"));
473
tempDir
, fileLocation);
[
all
...]
/prebuilt/common/jfreechart/
jfreechart-1.0.9.jar
Completed in 261 milliseconds