Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc1387 std::string patches_name = target_section_name + std::string(".oat_patches"); in ApplyOatPatchesTo() local
1388 auto patches_section = FindSectionByName(patches_name.c_str()); in ApplyOatPatchesTo()
1390 LOG(ERROR) << patches_name << " section not found."; in ApplyOatPatchesTo()
1394 LOG(ERROR) << "Unexpected type of " << patches_name; in ApplyOatPatchesTo()