Home
last modified time | relevance | path

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

/art/test/etc/
Drun-test-jar171 SECONDARY_DEX=":$DEX_LOCATION/$TEST_NAME-ex.jar"
382 file_1=$(mktemp --tmpdir=${DEX_LOCATION})
383 file_2=$(mktemp --tmpdir=${DEX_LOCATION})
522 max_filename_size=$(getconf NAME_MAX $DEX_LOCATION)
539 mkdir_locations="${DEX_LOCATION}/dalvik-cache/$ISA"
547 --apk=$DEX_LOCATION/$TEST_NAME.jar \
548 --dex-location=$DEX_LOCATION/$TEST_NAME.jar"
549 if [ -f $DEX_LOCATION/$TEST_NAME-ex.jar ]; then
551 --apk=$DEX_LOCATION/$TEST_NAME-ex.jar \
552 --dex-location=$DEX_LOCATION/$TEST_NAME-ex.jar"
[all …]
/art/test/146-bad-interface/src/
DMain.java24 static final String DEX_LOCATION = System.getenv("DEX_LOCATION"); field in Main
26 DEX_LOCATION + "/146-bad-interface-ex.jar" + ":" +
27 DEX_LOCATION + "/146-bad-interface.jar";
/art/test/
Drun-test46 export DEX_LOCATION=/data/run-test/${test_dir}
158 DEX_LOCATION=$tmp_dir
175 DEX_LOCATION="$tmp_dir"
462 run_args="${run_args} --runtime-option -Xmethod-trace-file:${DEX_LOCATION}/trace.bin"
739 cfg_output_dir="$DEX_LOCATION"
911 adb shell chmod u+x "$DEX_LOCATION/cmdline.sh"
913 raw_cmd="$DEX_LOCATION/cmdline.sh"
932 adb shell rm -rf $DEX_LOCATION
949 echo "and in ${DEX_LOCATION} on target"
/art/test/304-method-tracing/
Drun18 …"$@" --runtime-option -Xmethod-trace --runtime-option -Xmethod-trace-file:${DEX_LOCATION}/trace.bin