Searched refs:kBootClassPathKey (Results 1 – 6 of 6) sorted by relevance
43 static constexpr const char* kBootClassPathKey = "bootclasspath"; variable
605 oat_file.GetOatHeader().GetStoreValueByKey(OatHeader::kBootClassPathKey); in ValidateBootClassPathChecksums()
1203 const char* oat_boot_class_path = oat_header.GetStoreValueByKey(OatHeader::kBootClassPathKey); in Init()
229 key_value_store.Put(OatHeader::kBootClassPathKey, in DoCompile()
1504 key_value_store_->Put(OatHeader::kBootClassPathKey, android::base::Join(dex_locations_, ':')); in Setup()1517 key_value_store_->Put(OatHeader::kBootClassPathKey, in Setup()
1828 oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kBootClassPathKey); in OpenOatFile()