Searched refs:oat_boot_class_path (Results 1 – 4 of 4) sorted by relevance
235 std::string_view oat_boot_class_path,247 std::string_view oat_boot_class_path,
3180 const char* oat_boot_class_path = in OpenOatFile() local3182 oat_boot_class_path = (oat_boot_class_path != nullptr) ? oat_boot_class_path : ""; in OpenOatFile()3189 if (oat_boot_class_path[0] != 0 || oat_boot_class_path_checksums[0] != 0) { in OpenOatFile()3192 oat_boot_class_path, in OpenOatFile()3200 if (expected_boot_class_path != oat_boot_class_path) { in OpenOatFile()3203 oat_boot_class_path, in OpenOatFile()3212 oat_boot_class_path, in OpenOatFile()3218 oat_boot_class_path, in OpenOatFile()3869 static size_t CheckAndCountBCPComponents(std::string_view oat_boot_class_path, in CheckAndCountBCPComponents() argument3874 std::string_view remaining_bcp(oat_boot_class_path); in CheckAndCountBCPComponents()[all …]
603 const char* oat_boot_class_path = in ValidateBootClassPathChecksums() local605 if (oat_boot_class_path_checksums == nullptr || oat_boot_class_path == nullptr) { in ValidateBootClassPathChecksums()609 std::string_view oat_boot_class_path_view(oat_boot_class_path); in ValidateBootClassPathChecksums()
1270 const char* oat_boot_class_path = oat_header.GetStoreValueByKey(OatHeader::kBootClassPathKey); in Init() local1271 if (oat_boot_class_path != nullptr) { in Init()1272 Split(oat_boot_class_path, ':', &boot_class_path_); in Init()