Searched refs:kClassPathKey (Results 1 – 5 of 5) sorted by relevance
42 static constexpr const char* kClassPathKey = "classpath"; variable
212 ASSERT_NE(nullptr, oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kClassPathKey)); in TEST_F()214 oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kClassPathKey)); in TEST_F()
2389 return GetOatHeader().GetStoreValueByKey(OatHeader::kClassPathKey); in GetClassLoaderContext()
947 const char* classpath = oat_file.GetOatHeader().GetStoreValueByKey(OatHeader::kClassPathKey); in RunTest()
1656 key_value_store_->Put(OatHeader::kClassPathKey, class_path_key); in Setup()