Home
last modified time | relevance | path

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

/art/runtime/
Doat.h46 static constexpr const char* kBootClassPathKey = "bootclasspath"; variable
Druntime.cc1055 const char* boot_cp = boot_oat_header.GetStoreValueByKey(OatHeader::kBootClassPathKey); in OpenDexFilesFromImage()
/art/dex2oat/linker/
Dimage_test.h235 key_value_store.Put(OatHeader::kBootClassPathKey, in Compile()
/art/runtime/gc/space/
Dimage_space.cc1752 boot_oat_header.GetStoreValueByKey(OatHeader::kBootClassPathKey); in LoadBootImage()
/art/dex2oat/
Ddex2oat.cc1566 key_value_store_->Put(OatHeader::kBootClassPathKey, in Setup()