Searched refs:DEX_LOCATION (Results 1 – 9 of 9) sorted by relevance
506 CHROOT_DEX_LOCATION="$CHROOT$DEX_LOCATION"893 …installapex_cmdline="unzip -o -u ${zip_options} ${DEX_LOCATION}/apex_payload.zip -d ${DEX_LOCATION…912 --apk=$DEX_LOCATION/$TEST_NAME.jar \990 dm_cmdline="zip -qj $DEX_LOCATION/oat/$ISA/$name.dm $DEX_LOCATION/oat/$ISA/primary.vdex"1226 cmdline="cd $DEX_LOCATION && \1280 export ANDROID_DATA="$DEX_LOCATION"1342 rm -rf ${DEX_LOCATION}/oat1343 rm -rf ${DEX_LOCATION}/dalvik-cache/1371 >> ${DEX_LOCATION}/runit.sh1375 >> ${DEX_LOCATION}/runit.sh[all …]
24 static final String DEX_LOCATION = System.getenv("DEX_LOCATION"); field in Main26 DEX_LOCATION + "/146-bad-interface-ex.jar" + ":" +27 DEX_LOCATION + "/146-bad-interface.jar";
46 export DEX_LOCATION=/data/run-test/${test_dir}184 DEX_LOCATION=$tmp_dir201 DEX_LOCATION="$tmp_dir"446 DEX_LOCATION=$tmp_dir456 DEX_LOCATION=$tmp_dir465 DEX_LOCATION=$tmp_dir534 chroot_dex_location="$chroot$DEX_LOCATION"609 run_args+=(--runtime-option "-Xmethod-trace-file:${DEX_LOCATION}/trace.bin")932 cfg_output_dir="$DEX_LOCATION"1150 raw_cmd="$DEX_LOCATION/cmdline.sh"
27 --secondary-class-loader-context "PCL[];PCL[$DEX_LOCATION/$TEST_NAME.jar]" \29 -Xcompiler-option --updatable-bcp-packages-file="$DEX_LOCATION/res/updateable.txt"
86 setProcessDataDir(DEX_LOCATION); in main()135 private static final String DEX_LOCATION = System.getenv("DEX_LOCATION"); field in Main137 new File(DEX_LOCATION, "692-vdex-inmem-loader-ex.jar").getAbsolutePath();
41 setProcessDataDir(DEX_LOCATION); in main()88 File folder = new File(DEX_LOCATION, "oat"); in getCurrentCacheSize()137 private static final String DEX_LOCATION = System.getenv("DEX_LOCATION"); field in Main
93 private static final String DEX_LOCATION = System.getenv("DEX_LOCATION"); field in Main95 new File(DEX_LOCATION, "692-vdex-secondary-loader-ex.jar").getAbsolutePath();
18 exec ${RUN} --profile --secondary-class-loader-context "PCL[$DEX_LOCATION/$TEST_NAME.jar]" $@
18 …"$@" --runtime-option -Xmethod-trace --runtime-option -Xmethod-trace-file:${DEX_LOCATION}/trace.bin