Searched refs:kBootClassPathKey (Results 1 – 7 of 7) sorted by relevance
55 static constexpr const char* kBootClassPathKey = "bootclasspath"; variable
845 oat_file.GetOatHeader().GetStoreValueByKey(OatHeader::kBootClassPathKey); in ValidateBootClassPathChecksums()
235 key_value_store.Put(OatHeader::kBootClassPathKey, in DoCompile()
1614 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()
1136 key_value_store.Put(OatHeader::kBootClassPathKey, in WriteObjects()
2219 const char* bcp = oat_header->GetStoreValueByKey(OatHeader::kBootClassPathKey); in AddImageSpace()
2915 oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kBootClassPathKey); in OpenOatFile()