OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEX_LOCATION
(Results
1 - 3
of
3
) sorted by null
/art/test/etc/
push-and-run-test-jar
100
adb shell rm -r $
DEX_LOCATION
101
adb shell mkdir -p $
DEX_LOCATION
102
adb push $TEST_NAME.jar $
DEX_LOCATION
103
adb push $TEST_NAME-ex.jar $
DEX_LOCATION
105
adb shell rm -r $
DEX_LOCATION
>/dev/null 2>&1
106
adb shell mkdir -p $
DEX_LOCATION
>/dev/null 2>&1
107
adb push $TEST_NAME.jar $
DEX_LOCATION
>/dev/null 2>&1
108
adb push $TEST_NAME-ex.jar $
DEX_LOCATION
>/dev/null 2>&1
134
cmdline="cd $
DEX_LOCATION
&& mkdir dalvik-cache && export ANDROID_DATA=$
DEX_LOCATION
&& export DEX_LOCATION=$DEX_LOCATION &&
[
all
...]
host-run-test-jar
72
mkdir $
DEX_LOCATION
/dalvik-cache
81
export ANDROID_DATA="$
DEX_LOCATION
"
112
-cp $
DEX_LOCATION
/$TEST_NAME.jar Main "$@"
/art/test/
run-test
41
export
DEX_LOCATION
=/data/run-test/${test_dir}
74
DEX_LOCATION
=$tmp_dir
297
adb shell rm -r $
DEX_LOCATION
316
echo "and in ${
DEX_LOCATION
} on target"
Completed in 220 milliseconds