Home
last modified time | relevance | path

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

/art/test/etc/
Drun-test-jar234 SECONDARY_DEX=":$DEX_LOCATION/$TEST_NAME-ex.jar"
390 mkdir_locations="${mkdir_locations} $DEX_LOCATION/stack_traces"
391 FLAGS="${FLAGS} -Xstacktracedir:$DEX_LOCATION/stack_traces"
392 ARGS="${ARGS} --stack-trace-dir $DEX_LOCATION/stack_traces"
668 max_filename_size=$(getconf NAME_MAX $DEX_LOCATION)
687 mkdir_locations="${mkdir_locations} ${DEX_LOCATION}/dalvik-cache/$ISA"
695 --apk=$DEX_LOCATION/$TEST_NAME.jar \
696 --dex-location=$DEX_LOCATION/$TEST_NAME.jar"
697 if [ -f $DEX_LOCATION/$TEST_NAME-ex.jar ]; then
699 --apk=$DEX_LOCATION/$TEST_NAME-ex.jar \
[all …]
/art/test/146-bad-interface/src-art/
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/304-method-tracing/
Drun18 …"$@" --runtime-option -Xmethod-trace --runtime-option -Xmethod-trace-file:${DEX_LOCATION}/trace.bin
/art/test/
Drun-test46 export DEX_LOCATION=/data/run-test/${test_dir}
174 DEX_LOCATION=$tmp_dir
191 DEX_LOCATION="$tmp_dir"
523 run_args="${run_args} --runtime-option -Xmethod-trace-file:${DEX_LOCATION}/trace.bin"
812 cfg_output_dir="$DEX_LOCATION"
1006 adb shell chmod u+x "$DEX_LOCATION/cmdline.sh"
1008 raw_cmd="$DEX_LOCATION/cmdline.sh"
1027 adb shell rm -rf $DEX_LOCATION
1044 echo "and in ${DEX_LOCATION} on target"