Searched refs:kBootClassPathKey (Results 1 – 7 of 7) sorted by relevance
43 static constexpr const char* kBootClassPathKey = "bootclasspath"; variable
146 const char* oat_bcp = oat_header.GetStoreValueByKey(OatHeader::kBootClassPathKey); in GenerateOatForTest()
611 oat_file.GetOatHeader().GetStoreValueByKey(OatHeader::kBootClassPathKey); in ValidateBootClassPathChecksums()
1271 const char* oat_boot_class_path = oat_header.GetStoreValueByKey(OatHeader::kBootClassPathKey); in Init()
228 key_value_store.Put(OatHeader::kBootClassPathKey, in DoCompile()
1819 key_value_store_->Put(OatHeader::kBootClassPathKey, android::base::Join(dex_locations_, ':')); in Setup()1832 key_value_store_->Put(OatHeader::kBootClassPathKey, bcp_dependency); in Setup()1843 key_value_store_->Put(OatHeader::kBootClassPathKey, in Setup()
3181 oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kBootClassPathKey); in OpenOatFile()