OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:image_or_lib_image
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/libpp/
profile_spec.h
136
std::vector<std::string>
image_or_lib_image
;
member in class:profile_spec
profile_spec.cpp
98
image_or_lib_image
.push_back(fixup_image_spec(str, extra_found_images));
237
if (!
image_or_lib_image
.empty()) {
238
glob_filter filter(
image_or_lib_image
, image_exclude);
249
} else if (!
image_or_lib_image
.empty()) {
251
// specified
image_or_lib_image
260
} else if (image.empty() && !
image_or_lib_image
.empty()) {
262
// specified
image_or_lib_image
*or* we already
269
// if we don't match by
image_or_lib_image
we must try to
270
// exclude from spec, exclusion from
image_or_lib_image
has
Completed in 103 milliseconds