Searched refs:boot_classpath (Results 1 – 5 of 5) sorted by relevance
/art/tools/ |
D | run-jdwp-tests.sh | 76 boot_classpath="$(boot_classpath_arg /apex/com.android.art/javalib "" $BOOT_CLASSPATH_JARS)" 124 … boot_classpath="$(boot_classpath_arg ${ANDROID_HOST_OUT}/framework -hostdex $BOOT_CLASSPATH_JARS)" 141 boot_classpath="" 374 if [[ "$boot_classpath" != "" ]]; then 375 vm_args="$vm_args --vm-arg -Xbootclasspath:${boot_classpath}" 376 debuggee_args="$debuggee_args -Xbootclasspath:${boot_classpath}"
|
/art/tools/veridex/ |
D | veridex.cc | 155 std::vector<std::string> boot_classpath = Split(options.core_stubs, ':'); in Run() local 156 boot_content.resize(boot_classpath.size()); in Run() 158 for (const std::string& str : boot_classpath) { in Run()
|
/art/tools/hiddenapi/ |
D | hiddenapi.cc | 887 ClassPath boot_classpath({input_path}, /* ignore_empty= */ false); in EncodeAccessFlags() local 889 for (const DexFile* input_dex : boot_classpath.GetDexFiles()) { in EncodeAccessFlags() 891 boot_classpath.ForEachDexClass(input_dex, [&](const DexClass& boot_class) { in EncodeAccessFlags() 1005 ClassPath boot_classpath(boot_dex_paths_, /* ignore_empty= */ false); in ListApi() local 1006 Hierarchy boot_hierarchy(boot_classpath, fragment_, verbose_); in ListApi() 1009 boot_classpath.ForEachDexMember([&](const DexMember& boot_member) { in ListApi()
|
/art/odrefresh/ |
D | odrefresh.h | 333 const std::vector<std::string>& boot_classpath, 344 const std::vector<std::string>& boot_classpath,
|
D | odrefresh.cc | 1705 const std::vector<std::string>& boot_classpath, in RunDex2oat() argument 1741 args.AddRuntime("-Xbootclasspath:%s", Join(boot_classpath, ":")); in RunDex2oat() 1742 result = AddBootClasspathFds(args, readonly_files_raii, boot_classpath); in RunDex2oat() 1750 args, readonly_files_raii, boot_classpath, isa, input_boot_images); in RunDex2oat() 1844 const std::vector<std::string>& boot_classpath, in RunDex2oatForBootClasspath() argument 1916 boot_classpath, in RunDex2oatForBootClasspath()
|