Home
last modified time | relevance | path

Searched refs:op_basename (Results 1 – 10 of 10) sorted by relevance

/external/oprofile/libutil++/
Dpath_filter.cpp30 fnmatcher(op_basename(comp))); in match()
40 string const base = op_basename(str); in match()
57 fnmatcher(op_basename(compi))); in match()
Dfile_manip.h87 std::string op_basename(std::string const & path_name);
Dfile_manip.cpp172 string op_basename(string const & path_name) in op_basename() function
/external/oprofile/libpp/
Dname_storage.cpp30 n.base_filename = op_basename(n.filename); in basename()
48 n.real_base_filename = op_basename(n.real_filename); in get_name()
78 n.name_processed = op_basename(n.name); in basename()
Dlocate_images.cpp45 value_type v(op_basename(*lit), op_dirname(*lit)); in populate()
170 string const base = op_basename(image); in find_image_path()
/external/oprofile/libutil++/tests/
Dfile_manip_tests.cpp110 string result = op_basename(cur->input); in basename_tests()
/external/oprofile/gui/
Doprof_start_util.cpp76 string const name = op_basename(exec); in daemon_status()
/external/oprofile/pp/
Doparchive.cpp180 op_basename(debug_filename); in oparchive()
Dopreport.cpp220 return options::long_filenames ? filename : op_basename(filename); in get_filename()
/external/oprofile/
DChangeLog-2003361 op_basename to op_c_basename
364 * libutil++/file_manip.h: rename to op_basename()/op_dirname().