HomeSort by relevance Sort by last modified time
    Searched full:op_basename (Results 1 - 10 of 10) sorted by null

  /external/oprofile/libutil++/
path_filter.cpp 30 fnmatcher(op_basename(comp)));
40 string const base = op_basename(str);
57 fnmatcher(op_basename(compi)));
file_manip.h 79 * op_basename - get the basename of a path
87 std::string op_basename(std::string const & path_name);
file_manip.cpp 172 string op_basename(string const & path_name) function
  /external/oprofile/libpp/
name_storage.cpp 30 n.base_filename = op_basename(n.filename);
48 n.real_base_filename = op_basename(n.real_filename);
78 n.name_processed = op_basename(n.name);
locate_images.cpp 45 value_type v(op_basename(*lit), op_dirname(*lit));
170 string const base = op_basename(image);
  /external/oprofile/gui/
oprof_start_util.cpp 76 string const name = op_basename(exec);
  /external/oprofile/libutil++/tests/
file_manip_tests.cpp 110 string result = op_basename(cur->input);
  /external/oprofile/pp/
oparchive.cpp 180 op_basename(debug_filename);
opreport.cpp 220 return options::long_filenames ? filename : op_basename(filename);
  /external/oprofile/
ChangeLog-2003 361 op_basename to op_c_basename
364 * libutil++/file_manip.h: rename to op_basename()/op_dirname().
    [all...]

Completed in 189 milliseconds