Searched refs:DEX_LOCATION (Results 1 – 3 of 3) sorted by relevance
100 adb shell rm -r $DEX_LOCATION101 adb shell mkdir -p $DEX_LOCATION102 adb push $TEST_NAME.jar $DEX_LOCATION103 adb push $TEST_NAME-ex.jar $DEX_LOCATION105 adb shell rm -r $DEX_LOCATION >/dev/null 2>&1106 adb shell mkdir -p $DEX_LOCATION >/dev/null 2>&1107 adb push $TEST_NAME.jar $DEX_LOCATION >/dev/null 2>&1108 adb push $TEST_NAME-ex.jar $DEX_LOCATION >/dev/null 2>&1134 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 …
72 mkdir $DEX_LOCATION/dalvik-cache81 export ANDROID_DATA="$DEX_LOCATION"112 -cp $DEX_LOCATION/$TEST_NAME.jar Main "$@"
41 export DEX_LOCATION=/data/run-test/${test_dir}74 DEX_LOCATION=$tmp_dir297 adb shell rm -r $DEX_LOCATION316 echo "and in ${DEX_LOCATION} on target"