Searched refs:oat_boot_class_path (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/art/runtime/oat/ |
H A D | oat_file_assistant.cc | 743 std::string_view oat_boot_class_path, in ValidateBootClassPathChecksums() argument 748 if (oat_checksums.empty() || oat_boot_class_path.empty()) { in ValidateBootClassPathChecksums() 754 oat_boot_class_path, ArrayRef<const std::string>(bcp_locations), error_msg); in ValidateBootClassPathChecksums() 843 const char* oat_boot_class_path = in ValidateBootClassPathChecksums() local 845 if (oat_boot_class_path_checksums == nullptr || oat_boot_class_path == nullptr) { in ValidateBootClassPathChecksums() 853 oat_boot_class_path, in ValidateBootClassPathChecksums()
|
H A D | oat_file_assistant.h | 372 std::string_view oat_boot_class_path,
|
/aosp_15_r20/art/runtime/gc/space/ |
H A D | image_space.cc | 2928 const char* oat_boot_class_path = in OpenOatFile() local 2930 oat_boot_class_path = (oat_boot_class_path != nullptr) ? oat_boot_class_path : ""; in OpenOatFile() 2937 if (oat_boot_class_path[0] != 0 || oat_boot_class_path_checksums[0] != 0) { in OpenOatFile() 2940 oat_boot_class_path, in OpenOatFile() 2948 if (expected_boot_class_path != oat_boot_class_path) { in OpenOatFile() 2951 oat_boot_class_path, in OpenOatFile() 2960 oat_boot_class_path, in OpenOatFile() 2966 oat_boot_class_path, in OpenOatFile() 3582 size_t ImageSpace::CheckAndCountBCPComponents(std::string_view oat_boot_class_path, in CheckAndCountBCPComponents() argument 3587 std::string_view remaining_bcp(oat_boot_class_path); in CheckAndCountBCPComponents() [all …]
|
H A D | image_space.h | 251 std::string_view oat_boot_class_path, 312 static size_t CheckAndCountBCPComponents(std::string_view oat_boot_class_path,
|