Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat.h55 static constexpr const char* kBootClassPathKey = "bootclasspath"; variable
Doat_file_assistant.cc845 oat_file.GetOatHeader().GetStoreValueByKey(OatHeader::kBootClassPathKey); in ValidateBootClassPathChecksums()
/art/dex2oat/linker/
Dimage_test.h235 key_value_store.Put(OatHeader::kBootClassPathKey, in DoCompile()
/art/dex2oat/
Ddex2oat.cc1614 key_value_store_->Put(OatHeader::kBootClassPathKey, android::base::Join(dex_locations_, ':')); in Setup()
1626 key_value_store_->Put(OatHeader::kBootClassPathKey, bcp_dependency); in Setup()
1636 key_value_store_->Put(OatHeader::kBootClassPathKey, in Setup()
/art/runtime/
Druntime_image.cc1136 key_value_store.Put(OatHeader::kBootClassPathKey, in WriteObjects()
Dclass_linker.cc2219 const char* bcp = oat_header->GetStoreValueByKey(OatHeader::kBootClassPathKey); in AddImageSpace()
/art/runtime/gc/space/
Dimage_space.cc2915 oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kBootClassPathKey); in OpenOatFile()