HomeSort by relevance Sort by last modified time
    Searched refs:DEX_LOCATION (Results 1 - 4 of 4) sorted by null

  /art/test/304-method-tracing/
run 18 exec ${RUN} "$@" --runtime-option -Xmethod-trace --runtime-option -Xmethod-trace-file:${DEX_LOCATION}/trace.bin
  /art/test/etc/
run-test-jar 171 SECONDARY_DEX=":$DEX_LOCATION/$TEST_NAME-ex.jar"
382 file_1=$(mktemp --tmpdir=${DEX_LOCATION})
383 file_2=$(mktemp --tmpdir=${DEX_LOCATION})
518 # when DEX_LOCATION path is too long, because vdex/odex filename is constructed by taking
522 max_filename_size=$(getconf NAME_MAX $DEX_LOCATION)
528 DEX_LOCATION_STRIPPED="${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 ]; the
    [all...]
  /art/test/146-bad-interface/src/
Main.java 24 static final String DEX_LOCATION = System.getenv("DEX_LOCATION");
26 DEX_LOCATION + "/146-bad-interface-ex.jar" + ":" +
27 DEX_LOCATION + "/146-bad-interface.jar";
  /art/test/
run-test 46 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"
906 # Produce cmdline.sh in $DEX_LOCATION. "$@" is passed as a runtime option
911 adb shell chmod u+x "$DEX_LOCATION/cmdline.sh"
913 raw_cmd="$DEX_LOCATION/cmdline.sh"
    [all...]

Completed in 100 milliseconds