Home
last modified time | relevance | path

Searched refs:DEX_LOCATION (Results 1 – 3 of 3) sorted by relevance

/art/test/etc/
Dpush-and-run-test-jar100 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_…
135 …NI_OPTS $INT_OPTS $DEBUGGER_OPTS -Ximage:/data/art-test/core.art -cp $DEX_LOCATION/$TEST_NAME.jar …
Dhost-run-test-jar72 mkdir $DEX_LOCATION/dalvik-cache
81 export ANDROID_DATA="$DEX_LOCATION"
112 -cp $DEX_LOCATION/$TEST_NAME.jar Main "$@"
/art/test/
Drun-test41 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"