Home
last modified time | relevance | path

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

/aosp12/art/tools/
H A Drun-jdwp-tests.sh76 boot_classpath="$(boot_classpath_arg /apex/com.android.art/javalib "" $BOOT_CLASSPATH_JARS)"
124boot_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}"
/aosp12/art/tools/veridex/
H A Dveridex.cc154 std::vector<std::string> boot_classpath = Split(options.core_stubs, ':'); in Run() local
155 boot_content.resize(boot_classpath.size()); in Run()
157 for (const std::string& str : boot_classpath) { in Run()
/aosp12/art/tools/hiddenapi/
H A Dhiddenapi.cc992 ClassPath boot_classpath({ input_path }, in EncodeAccessFlags() local
995 std::vector<const DexFile*> input_dex_files = boot_classpath.GetDexFiles(); in EncodeAccessFlags()
1000 boot_classpath.ForEachDexClass([&](const DexClass& boot_class) { in EncodeAccessFlags()
1094 ClassPath boot_classpath(boot_dex_paths_, in ListApi() local
1097 Hierarchy boot_hierarchy(boot_classpath, fragment_, verbose_); in ListApi()
1100 boot_classpath.ForEachDexMember([&](const DexMember& boot_member) { in ListApi()
/aosp12/frameworks/native/cmds/installd/tests/
H A Dinstalld_dexopt_test.cpp1318 char* boot_classpath = getenv("BOOTCLASSPATH"); in TEST_F() local
1319 ASSERT_TRUE(boot_classpath != nullptr); in TEST_F()
1320 createBootImageProfileSnapshot(boot_classpath, /*expected_result*/ true); in TEST_F()
1331 char* boot_classpath = getenv("BOOTCLASSPATH"); in TEST_F() local
1332 ASSERT_TRUE(boot_classpath != nullptr); in TEST_F()
1337 createBootImageProfileSnapshot(boot_classpath, /*expected_result*/ true); in TEST_F()