Home
last modified time | relevance | path

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

/art/runtime/
Doat.h43 static constexpr const char* kBootClassPathKey = "bootclasspath"; variable
Ddexopt_test.cc146 const char* oat_bcp = oat_header.GetStoreValueByKey(OatHeader::kBootClassPathKey); in GenerateOatForTest()
Doat_file_assistant.cc604 oat_file.GetOatHeader().GetStoreValueByKey(OatHeader::kBootClassPathKey); in ValidateBootClassPathChecksums()
Druntime.cc1270 const char* oat_boot_class_path = oat_header.GetStoreValueByKey(OatHeader::kBootClassPathKey); in Init()
/art/dex2oat/linker/
Dimage_test.h228 key_value_store.Put(OatHeader::kBootClassPathKey, in DoCompile()
/art/dex2oat/
Ddex2oat.cc1835 key_value_store_->Put(OatHeader::kBootClassPathKey, android::base::Join(dex_locations_, ':')); in Setup()
1848 key_value_store_->Put(OatHeader::kBootClassPathKey, bcp_dependency); in Setup()
1859 key_value_store_->Put(OatHeader::kBootClassPathKey, in Setup()
/art/runtime/gc/space/
Dimage_space.cc3181 oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kBootClassPathKey); in OpenOatFile()