Home
last modified time | relevance | path

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

/external/oprofile/libpp/
Dlocate_images.cpp56 archive_path = archive_path_; in populate()
57 if (!archive_path.empty()) in populate()
58 archive_path = op_realpath(archive_path); in populate()
64 if (root_path.empty() && archive_path.empty()) in populate()
66 if (!archive_path.empty()) in populate()
67 populate(paths, archive_path); in populate()
68 if (!root_path.empty() && root_path != archive_path) in populate()
132 if (!archive_path.empty()) { in locate_image()
133 string image = op_realpath(archive_path + image_name); in locate_image()
149 if (!root_path.empty() || archive_path.empty()) { in locate_image()
[all …]
Dlocate_images.h36 std::string const & archive_path,
73 std::string get_archive_path() const { return archive_path; } in get_archive_path()
96 std::string archive_path; variable
Dprofile_spec.cpp104 archive_path = op_realpath(str); in parse_archive_path()
110 return archive_path; in get_archive_path()
533 base_dir = archive_path + op_samples_dir; in generate_file_list()
Dprofile_spec.h122 std::string archive_path; variable
Dpopulate_for_spu.cpp54 string archive_path = samples.extra_found_images.get_archive_path(); in populate_spu_profile_from_files() local
/external/oprofile/pp/
Doparchive.cpp58 string const & archive_path) in copy_stats() argument
70 string sample_base_dir = session_samples_dir.substr(archive_path.size()); in copy_stats()
106 string archive_path = classes.extra_found_images.get_archive_path(); in oparchive() local
194 copy_stats(base_samples_dir, archive_path); in oparchive()
201 string sample_base = sample_name.substr(archive_path.size()); in oparchive()
219 copy_one_file(image_ok, archive_path + abi_name, in oparchive()
224 copy_one_file(image_ok, archive_path + log_name, in oparchive()
/external/webkit/Tools/Scripts/webkitpy/tool/bot/
Dflakytestreporter.py164 archive_path = self._find_in_archive(results_diff_path, results_archive_zip)
165 if archive_path:
166 results_diff = results_archive_zip.read(archive_path)
/external/oprofile/libutil++/
Dop_bfd.h265 std::string archive_path; variable
Dop_spu_bfd.cpp45 archive_path(extra_images.get_archive_path()), in op_bfd()
Dop_bfd.cpp104 archive_path(extra_images.get_archive_path()), in op_bfd()
/external/oprofile/
DChangeLog-2007153 * libpp/image_errors.cpp: Pass to image_errors the archive_path through
158 on case we passed the real binary name (prefixed with archive_path)
167 * pp/opannotate.cpp: global var archive_path is no longer used
179 Cleanup the way per spec archive_path is handled, as extra_images
180 is built using an archive_path it make no sense to pass archive_path
182 extra_images and use it, anyway it was required the archive_path
DChangeLog-2004179 * libpp/locate_images.h: doxygen for archive_path