Home
last modified time | relevance | path

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

/art/tools/
Drun-jdwp-tests.sh77 boot_classpath_locations=""
125boot_classpath_locations="$(boot_classpath_arg ${framework_location} -hostdex $BOOT_CLASSPATH_JARS…
142 boot_classpath_locations=""
378 if [[ "$boot_classpath_locations" != "" ]]; then
379 vm_args="$vm_args --vm-arg -Xbootclasspath-locations:${boot_classpath_locations}"
380 debuggee_args="$debuggee_args -Xbootclasspath-locations:${boot_classpath_locations}"