HomeSort by relevance Sort by last modified time
    Searched refs:op_realpath (Results 1 - 8 of 8) sorted by null

  /external/oprofile/libutil++/
file_manip.h 42 * op_realpath - resolve symlinks etc.
50 std::string const op_realpath(std::string const & name);
file_manip.cpp 100 string const op_realpath(string const & name) function
  /external/oprofile/libpp/
locate_images.cpp 39 string const path = op_realpath(prefix_path + *cit);
58 archive_path = op_realpath(archive_path);
60 root_path = op_realpath(root_path_);
62 root_path = op_realpath(root_path);
133 string image = op_realpath(archive_path + image_name);
150 string image = op_realpath(root_path + image_name);
profile_spec.cpp 104 archive_path = op_realpath(str);
322 string const file = op_realpath(*it);
536 base_dir = op_realpath(base_dir);
  /external/oprofile/pp/
oparchive_options.cpp 70 string realpath = op_realpath(outdirectory);
opannotate.cpp 641 string const out_file = op_realpath(output_dir + source);
648 * can't escape from the output dir. We can't use op_realpath()
705 string path = op_realpath(*cit);
718 string const absfile = op_realpath(*cit + "/" + file);
728 return op_realpath(origfile);
778 output_dir = op_realpath(output_dir);
  /external/oprofile/gui/
oprof_start_util.cpp 56 string const exec = op_realpath(proc_filename);
74 op_realpath(string("/proc/")
  /external/oprofile/libutil++/tests/
file_manip_tests.cpp 207 string result = op_realpath(cur->input);
211 check_result("op_realpath", cur->input,

Completed in 183 milliseconds