Searched refs:kBootClassPathKey (Results 1 – 6 of 6) sorted by relevance
43 static constexpr const char* kBootClassPathKey = "bootclasspath"; variable
167 const char* oat_bcp = oat_header.GetStoreValueByKey(OatHeader::kBootClassPathKey); in GenerateOatForTest()
648 oat_file.GetOatHeader().GetStoreValueByKey(OatHeader::kBootClassPathKey); in ValidateBootClassPathChecksums()
228 key_value_store.Put(OatHeader::kBootClassPathKey, in DoCompile()
1592 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()
3050 oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kBootClassPathKey); in OpenOatFile()