Home
last modified time | relevance | path

Searched refs:kClassPathKey (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/runtime/
H A Doat.h42 static constexpr const char* kClassPathKey = "classpath"; variable
H A Doat_file_assistant_test.cc212 ASSERT_NE(nullptr, oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kClassPathKey)); in TEST_F()
214 oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kClassPathKey)); in TEST_F()
H A Doat_file.cc2389 return GetOatHeader().GetStoreValueByKey(OatHeader::kClassPathKey); in GetClassLoaderContext()
/aosp12/art/dex2oat/
H A Ddex2oat_test.cc947 const char* classpath = oat_file.GetOatHeader().GetStoreValueByKey(OatHeader::kClassPathKey); in RunTest()
H A Ddex2oat.cc1656 key_value_store_->Put(OatHeader::kClassPathKey, class_path_key); in Setup()