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
Ddexopt_test.cc167 const char* oat_bcp = oat_header.GetStoreValueByKey(OatHeader::kBootClassPathKey); in GenerateOatForTest()
Doat_file_assistant.cc648 oat_file.GetOatHeader().GetStoreValueByKey(OatHeader::kBootClassPathKey); in ValidateBootClassPathChecksums()
/art/dex2oat/linker/
Dimage_test.h228 key_value_store.Put(OatHeader::kBootClassPathKey, in DoCompile()
/art/dex2oat/
Ddex2oat.cc1592 key_value_store_->Put(OatHeader::kBootClassPathKey, android::base::Join(dex_locations_, ':')); in Setup()
1604 key_value_store_->Put(OatHeader::kBootClassPathKey, bcp_dependency); in Setup()
1614 key_value_store_->Put(OatHeader::kBootClassPathKey, in Setup()
/art/runtime/gc/space/
Dimage_space.cc3050 oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kBootClassPathKey); in OpenOatFile()