Searched refs:archive_path (Results 1 - 10 of 10) sorted by relevance

/external/oprofile/libpp/
H A Dlocate_images.cpp56 archive_path = archive_path_;
57 if (!archive_path.empty())
58 archive_path = op_realpath(archive_path);
64 if (root_path.empty() && archive_path.empty())
66 if (!archive_path.empty())
67 populate(paths, archive_path);
68 if (!root_path.empty() && root_path != archive_path)
132 if (!archive_path.empty()) {
133 string image = op_realpath(archive_path
[all...]
H A Dlocate_images.h36 std::string const & archive_path,
73 std::string get_archive_path() const { return archive_path; }
76 /// a filename with the archive_path or root_path stripped.
96 std::string archive_path; member in class:extra_images
H A Dprofile_spec.h122 std::string archive_path; member in class:profile_spec
H A Dprofile_spec.cpp104 archive_path = op_realpath(str);
110 return archive_path;
533 base_dir = archive_path + op_samples_dir;
H A Dpopulate_for_spu.cpp54 string archive_path = samples.extra_found_images.get_archive_path(); local
/external/oprofile/pp/
H A Doparchive.cpp58 string const & archive_path)
70 string sample_base_dir = session_samples_dir.substr(archive_path.size());
106 string archive_path = classes.extra_found_images.get_archive_path(); local
194 copy_stats(base_samples_dir, archive_path);
200 /* Get rid of the the archive_path from the name */
201 string sample_base = sample_name.substr(archive_path.size());
219 copy_one_file(image_ok, archive_path + abi_name,
224 copy_one_file(image_ok, archive_path + log_name,
57 copy_stats(string const & session_samples_dir, string const & archive_path) argument
/external/webkit/Tools/Scripts/webkitpy/tool/bot/
H A 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++/
H A Dop_bfd.h265 std::string archive_path; member in class:op_bfd
H A Dop_spu_bfd.cpp45 archive_path(extra_images.get_archive_path()),
H A Dop_bfd.cpp104 archive_path(extra_images.get_archive_path()),

Completed in 148 milliseconds