OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:image_ok
(Results
1 - 13
of
13
) sorted by null
/external/oprofile/libpp/
image_errors.h
22
image_ok
= 0,
enumerator in enum:image_error
populate.cpp
68
bool ok = ip.error ==
image_ok
;
71
if (!ok && ip.error ==
image_ok
)
100
if (found == true && ip.error ==
image_ok
) {
image_errors.cpp
31
if (error ==
image_ok
)
65
case
image_ok
:
locate_images.cpp
135
error =
image_ok
;
152
error =
image_ok
;
164
error =
image_ok
;
184
error =
image_ok
;
192
error =
image_ok
;
216
error =
image_ok
;
populate_for_spu.cpp
55
bool ok = ip.error ==
image_ok
;
82
if (!ok && ip.error ==
image_ok
)
90
if (ip.error ==
image_ok
) {
arrange_profiles.h
215
inverted_profile() : error(
image_ok
) {}
callgraph_container.cpp
461
if (error !=
image_ok
)
478
if (error !=
image_ok
)
/external/oprofile/pp/
oparchive.cpp
51
if (!copy_file(source, dest) && err ==
image_ok
) {
80
copy_one_file(
image_ok
, stats_path + "/event_lost_overflow", archive_stats_path);
95
copy_one_file(
image_ok
, stats_path + path, archive_stats_path);
132
if (error ==
image_ok
)
181
copy_one_file(
image_ok
, debug_filename, dest_debug);
214
copy_one_file(
image_ok
, sample_name, sample_archive_file);
219
copy_one_file(
image_ok
, archive_path + abi_name,
224
copy_one_file(
image_ok
, archive_path + log_name,
opgprof.cpp
287
bool ok = image_profile.error ==
image_ok
;
291
if (!ok && image_profile.error ==
image_ok
)
294
if (image_profile.error !=
image_ok
) {
opannotate.cpp
474
if (symbols.size() <= max_objdump_exec || error !=
image_ok
) {
/external/oprofile/libutil++/
op_spu_bfd.cpp
62
image_error
image_ok
;
local
64
extra_images.find_image_path(fname,
image_ok
, true);
bfd_support.cpp
58
if (img_ok !=
image_ok
)
op_bfd.cpp
125
if (!ok || img_ok !=
image_ok
) {
Completed in 429 milliseconds