Searched refs:kBootClassPathKey (Results 1 – 7 of 7) sorted by relevance
55 static constexpr const char* kBootClassPathKey = "bootclasspath"; variable
844 oat_file.GetOatHeader().GetStoreValueByKey(OatHeader::kBootClassPathKey); in ValidateBootClassPathChecksums()
235 key_value_store.Put(OatHeader::kBootClassPathKey, in DoCompile()
1618 key_value_store_->Put(OatHeader::kBootClassPathKey, android::base::Join(dex_locations_, ':')); in Setup()1630 key_value_store_->Put(OatHeader::kBootClassPathKey, bcp_dependency); in Setup()1640 key_value_store_->Put(OatHeader::kBootClassPathKey, in Setup()
1134 key_value_store.Put(OatHeader::kBootClassPathKey, in WriteObjects()
2233 const char* bcp = oat_header->GetStoreValueByKey(OatHeader::kBootClassPathKey); in AddImageSpace()
2929 oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kBootClassPathKey); in OpenOatFile()