Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/oat/
H A Doat.h55 static constexpr const char* kBootClassPathKey = "bootclasspath"; variable
H A Doat_file_assistant.cc844 oat_file.GetOatHeader().GetStoreValueByKey(OatHeader::kBootClassPathKey); in ValidateBootClassPathChecksums()
/aosp_15_r20/art/dex2oat/linker/
H A Dimage_test.h235 key_value_store.Put(OatHeader::kBootClassPathKey, in DoCompile()
/aosp_15_r20/art/dex2oat/
H A Ddex2oat.cc1618 key_value_store_->Put(OatHeader::kBootClassPathKey, android::base::Join(dex_locations_, ':')); in Setup()
1630 key_value_store_->Put(OatHeader::kBootClassPathKey, bcp_dependency); in Setup()
1640 key_value_store_->Put(OatHeader::kBootClassPathKey, in Setup()
/aosp_15_r20/art/runtime/
H A Druntime_image.cc1134 key_value_store.Put(OatHeader::kBootClassPathKey, in WriteObjects()
H A Dclass_linker.cc2233 const char* bcp = oat_header->GetStoreValueByKey(OatHeader::kBootClassPathKey); in AddImageSpace()
/aosp_15_r20/art/runtime/gc/space/
H A Dimage_space.cc2929 oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kBootClassPathKey); in OpenOatFile()