Home
last modified time | relevance | path

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

/art/runtime/
Doat.h43 static constexpr const char* kBootClassPathKey = "bootclasspath"; variable
Doat_file_assistant.cc605 oat_file.GetOatHeader().GetStoreValueByKey(OatHeader::kBootClassPathKey); in ValidateBootClassPathChecksums()
Druntime.cc1203 const char* oat_boot_class_path = oat_header.GetStoreValueByKey(OatHeader::kBootClassPathKey); in Init()
/art/dex2oat/linker/
Dimage_test.h229 key_value_store.Put(OatHeader::kBootClassPathKey, in DoCompile()
/art/dex2oat/
Ddex2oat.cc1504 key_value_store_->Put(OatHeader::kBootClassPathKey, android::base::Join(dex_locations_, ':')); in Setup()
1517 key_value_store_->Put(OatHeader::kBootClassPathKey, in Setup()
/art/runtime/gc/space/
Dimage_space.cc1828 oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kBootClassPathKey); in OpenOatFile()