OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TMP_DIR
(Results
1 - 7
of
7
) sorted by null
/ndk/tests/
check-release.sh
84
TMP_DIR
=/tmp/ndk-$USER/tests/release
85
mkdir -p $
TMP_DIR
&& rm -rf $
TMP_DIR
/*
87
echo "Unpacking '$(basename $NDK_PACKAGE)' into: $
TMP_DIR
"
88
unpack_archive "$NDK_PACKAGE" "$
TMP_DIR
"
92
NDK_DIR=$(ls -d $
TMP_DIR
/android-ndk-* | head -1)
94
panic "Could not find uncompressed NDK directory. Please check your package file: $
TMP_DIR
"
/libcore/luni/src/test/java/dalvik/system/
DexClassLoaderTest.java
32
private static final File
TMP_DIR
=
39
private static final File JAR_FILE = new File(
TMP_DIR
, JAR_NAME);
40
private static final File DEX_FILE = new File(
TMP_DIR
, DEX_NAME);
41
private static final File JAR2_FILE = new File(
TMP_DIR
, JAR2_NAME);
42
private static final File DEX2_FILE = new File(
TMP_DIR
, DEX2_NAME);
43
private static final File OPTIMIZED_DIR = new File(
TMP_DIR
, "optimized");
66
TMP_DIR
.mkdirs();
/development/build/tools/
mk_sdk_repo_xml.sh
12
TMP_DIR
=$(mktemp -d -t sdkrepo.tmp.XXXXXXXX)
13
trap "rm -rf $
TMP_DIR
" EXIT
347
unzip -j -q -o -d "$
TMP_DIR
" "$SRC" "*/source.properties"
348
PROPS="$
TMP_DIR
/source.properties"
351
unzip -j -q -o -d "$
TMP_DIR
" "$SRC" "*/manifest.ini"
352
PROPS="$
TMP_DIR
/manifest.ini"
/external/markdown/
test-markdown.py
13
TMP_DIR
= "./tmp/"
160
if not os.path.exists(
TMP_DIR
):
161
os.mkdir(
TMP_DIR
)
197
html_diff_file_path = os.path.join(
TMP_DIR
, os.path.split(dir)[-1]) + ".html"
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
buildpkb.sh
22
TMP_DIR
=.
317
TMP_PHONES_SYM=`cygpath -w $
TMP_DIR
/$PHONES_SYM_FN`
/build/core/tasks/
cts.mk
54
$(hide) mkdir -p $(
TMP_DIR
)
158
$(hide) $(cts_tools_src_dir)/utils/buildCts.py cts/tests/tests/ $(PRIVATE_DIR) $(
TMP_DIR
) \
169
$(INTERNAL_CTS_TARGET):
TMP_DIR
:= $(cts_dir)/temp
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar
Completed in 363 milliseconds