Home
last modified time | relevance | path

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

/art/runtime/
Doat.h46 static constexpr const char* kBootClassPathKey = "bootclasspath"; variable
Druntime.cc860 const char* boot_cp = boot_oat_header.GetStoreValueByKey(OatHeader::kBootClassPathKey); in OpenDexFilesFromImage()
/art/dex2oat/
Ddex2oat.cc1318 key_value_store_->Put(OatHeader::kBootClassPathKey, GetMultiImageBootClassPath()); in Setup()
/art/runtime/gc/
Dheap.cc314 boot_oat_header.GetStoreValueByKey(OatHeader::kBootClassPathKey); in Heap()