OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEX_LOCATION
(Results
1 - 3
of
3
) 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
105
SECONDARY_DEX=":$
DEX_LOCATION
/$TEST_NAME-ex.jar"
310
mkdir_cmdline="mkdir -p ${
DEX_LOCATION
}/dalvik-cache/$ISA"
316
--dex-file=$
DEX_LOCATION
/$TEST_NAME.jar \
317
--oat-file=$
DEX_LOCATION
/dalvik-cache/$ISA/$(echo $
DEX_LOCATION
/$TEST_NAME.jar/classes.dex | cut -d/ -f 2- | sed "s:/:@:g") \
347
-cp $
DEX_LOCATION
/$TEST_NAME.jar$SECONDARY_DEX $MAIN"
357
adb shell rm -r $
DEX_LOCATION
358
adb shell mkdir -p $
DEX_LOCATION
359
adb push $TEST_NAME.jar $
DEX_LOCATION
360
adb push $TEST_NAME-ex.jar $
DEX_LOCATION
[
all
...]
/art/test/
run-test
47
export
DEX_LOCATION
=/data/run-test/${test_dir}
151
DEX_LOCATION
=$tmp_dir
366
run_args="${run_args} --runtime-option -Xmethod-trace-file:${
DEX_LOCATION
}/trace.bin"
752
adb shell rm -rf $
DEX_LOCATION
769
echo "and in ${
DEX_LOCATION
} on target"
Completed in 178 milliseconds