Searched defs:img_ok (Results 1 - 2 of 2) sorted by relevance

/external/oprofile/libutil++/
H A Dop_bfd.cpp118 image_error img_ok; local
120 extra_images.find_image_path(filename, img_ok, true);
125 if (!ok || img_ok != image_ok) {
H A Dbfd_support.cpp55 image_error img_ok; local
56 string const image_path = extra.find_image_path(name, img_ok, true);
58 if (img_ok != image_ok)

Completed in 90 milliseconds