Home
last modified time | relevance | path

Searched refs:oat_boot_class_path (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/space/
Dimage_space.h235 std::string_view oat_boot_class_path,
247 std::string_view oat_boot_class_path,
/art/runtime/
Doat_file_assistant.cc610 const char* oat_boot_class_path = in ValidateBootClassPathChecksums() local
612 if (oat_boot_class_path_checksums == nullptr || oat_boot_class_path == nullptr) { in ValidateBootClassPathChecksums()
616 std::string_view oat_boot_class_path_view(oat_boot_class_path); in ValidateBootClassPathChecksums()
Druntime.cc1271 const char* oat_boot_class_path = oat_header.GetStoreValueByKey(OatHeader::kBootClassPathKey); in Init() local
1272 if (oat_boot_class_path != nullptr) { in Init()
1273 Split(oat_boot_class_path, ':', &boot_class_path_); in Init()