OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEX_LOCATION
(Results
1 - 7
of
7
) 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/719-dm-verify-redefinition/
run
25
--class-loader-context=PCL[$
DEX_LOCATION
/719-dm-verify-redefinition-ex.jar] \
/art/test/146-bad-interface/src-art/
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/etc/
run-test-jar
256
SECONDARY_DEX=":$
DEX_LOCATION
/$TEST_NAME-ex.jar"
431
# The
DEX_LOCATION
with the chroot prefix, if any.
432
CHROOT_DEX_LOCATION="$CHROOT$
DEX_LOCATION
"
446
ANDROID_ROOT=$
DEX_LOCATION
/android-root
758
# when
DEX_LOCATION
path is too long, because vdex/odex filename is constructed by taking
762
max_filename_size=$(getconf NAME_MAX $
DEX_LOCATION
)
769
DEX_LOCATION_STRIPPED="${
DEX_LOCATION
#/}"
783
mkdir_locations="${
DEX_LOCATION
}/dalvik-cache/$ISA"
807
mkdir_locations="${mkdir_locations} $
DEX_LOCATION
/zipapex"
812
setupapex_cmdline="unzip -o -u ${zip_options} ${ZIPAPEX_LOC} apex_payload.zip -d ${
DEX_LOCATION
}"
[
all
...]
/art/test/692-vdex-inmem-loader/src/
Main.java
79
setProcessDataDir(
DEX_LOCATION
);
125
private static final String
DEX_LOCATION
= System.getenv("
DEX_LOCATION
");
127
new File(
DEX_LOCATION
, "692-vdex-inmem-loader-ex.jar").getAbsolutePath();
/art/test/693-vdex-inmem-loader-evict/src/
Main.java
41
setProcessDataDir(
DEX_LOCATION
);
88
File folder = new File(
DEX_LOCATION
, "oat");
137
private static final String
DEX_LOCATION
= System.getenv("
DEX_LOCATION
");
/art/test/
run-test
46
export
DEX_LOCATION
=/data/run-test/${test_dir}
179
DEX_LOCATION
=$tmp_dir
196
DEX_LOCATION
="$tmp_dir"
425
DEX_LOCATION
=$tmp_dir
435
DEX_LOCATION
=$tmp_dir
444
DEX_LOCATION
=$tmp_dir
503
# The
DEX_LOCATION
with the chroot prefix, if any.
504
chroot_dex_location="$chroot$
DEX_LOCATION
"
575
run_args="${run_args} --runtime-option -Xmethod-trace-file:${
DEX_LOCATION
}/trace.bin"
874
cfg_output_dir="$
DEX_LOCATION
"
[
all
...]
Completed in 766 milliseconds