Home
last modified time | relevance | path

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

/external/oprofile/libpp/
Dprofile_spec.cpp98 image_or_lib_image.push_back(fixup_image_spec(str, extra_found_images)); in set_image_or_lib_name()
237 if (!image_or_lib_image.empty()) { in match()
238 glob_filter filter(image_or_lib_image, image_exclude); in match()
249 } else if (!image_or_lib_image.empty()) { in match()
260 } else if (image.empty() && !image_or_lib_image.empty()) { in match()
Dprofile_spec.h136 std::vector<std::string> image_or_lib_image; variable