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

/art/test/etc/
H A 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
[all...]
H A 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/
H A 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"

Completed in 81 milliseconds