Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Doat.h43 static constexpr const char* kBootClassPathKey = "bootclasspath"; variable
H A Ddexopt_test.cc167 const char* oat_bcp = oat_header.GetStoreValueByKey(OatHeader::kBootClassPathKey); in GenerateOatForTest()
H A Doat_file_assistant.cc636 oat_file.GetOatHeader().GetStoreValueByKey(OatHeader::kBootClassPathKey); in ValidateBootClassPathChecksums()
H A Druntime.cc1440 const char* oat_boot_class_path = oat_header.GetStoreValueByKey(OatHeader::kBootClassPathKey); in Init()
/aosp12/art/dex2oat/linker/
H A Dimage_test.h228 key_value_store.Put(OatHeader::kBootClassPathKey, in DoCompile()
/aosp12/art/dex2oat/
H A Ddex2oat.cc1583 key_value_store_->Put(OatHeader::kBootClassPathKey, android::base::Join(dex_locations_, ':')); in Setup()
1596 key_value_store_->Put(OatHeader::kBootClassPathKey, bcp_dependency); in Setup()
1607 key_value_store_->Put(OatHeader::kBootClassPathKey, in Setup()
/aosp12/art/runtime/gc/space/
H A Dimage_space.cc2876 oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kBootClassPathKey); in OpenOatFile()