Lines Matching refs:DEX_LOCATION
110 SECONDARY_DEX=":$DEX_LOCATION/$TEST_NAME-ex.jar"
150 adb shell rm -r $DEX_LOCATION
151 adb shell mkdir -p $DEX_LOCATION
152 adb push $TEST_NAME.jar $DEX_LOCATION
153 adb push $TEST_NAME-ex.jar $DEX_LOCATION
155 adb shell rm -r $DEX_LOCATION >/dev/null 2>&1
156 adb shell mkdir -p $DEX_LOCATION >/dev/null 2>&1
157 adb push $TEST_NAME.jar $DEX_LOCATION >/dev/null 2>&1
158 adb push $TEST_NAME-ex.jar $DEX_LOCATION >/dev/null 2>&1
203 cmdline="cd $DEX_LOCATION && export ANDROID_DATA=$DEX_LOCATION && export DEX_LOCATION=$DEX_LOCATION && \
204 mkdir -p $DEX_LOCATION/dalvik-cache/$ARCH/ && \
205 $INVOKE_WITH /system/bin/dex2oatd $COMPILE_FLAGS $BUILD_BOOT_OPT $BUILD_RELOCATE_OPT --runtime-arg -classpath --runtime-arg $DEX_LOCATION/$TEST_NAME.jar --dex-file=$DEX_LOCATION/$TEST_NAME.jar --oat-file=$DEX_LOCATION/dalvik-cache/$ARCH/$(echo $DEX_LOCATION/$TEST_NAME.jar/classes.dex | cut -d/ -f 2- | sed "s:/:@:g") --instruction-set=$ARCH && \
206 $INVOKE_WITH $gdb /system/bin/dalvikvm$TARGET_SUFFIX $FLAGS $gdbargs -XXlib:$LIB $ZYGOTE $JNI_OPTS $RELOCATE_OPT $INT_OPTS $DEBUGGER_OPTS $BOOT_OPT -cp $DEX_LOCATION/$TEST_NAME.jar$SECONDARY_DEX Main $@"
215 adb push $cmdfile $DEX_LOCATION/cmdline.sh
217 adb push $cmdfile $DEX_LOCATION/cmdline.sh > /dev/null 2>&1
220 adb shell sh $DEX_LOCATION/cmdline.sh