HomeSort by relevance Sort by last modified time
    Searched defs:archive_path (Results 1 - 5 of 5) sorted by null

  /external/oprofile/libpp/
locate_images.h 36 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
populate_for_spu.cpp 54 string archive_path = samples.extra_found_images.get_archive_path(); local
profile_spec.h 122 std::string archive_path; member in class:profile_spec
  /external/oprofile/pp/
oparchive.cpp 58 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,
  /external/oprofile/libutil++/
op_bfd.h 265 std::string archive_path; member in class:op_bfd

Completed in 1224 milliseconds