Home
last modified time | relevance | path

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

/tools/perf/util/
Ddso.c82 const char *last_slash; in dso__read_binary_type_filename() local
85 last_slash = dso->long_name + dso->long_name_len; in dso__read_binary_type_filename()
86 while (last_slash != dso->long_name && *last_slash != '/') in dso__read_binary_type_filename()
87 last_slash--; in dso__read_binary_type_filename()
90 dir_size = last_slash - dso->long_name + 2; in dso__read_binary_type_filename()
97 last_slash); in dso__read_binary_type_filename()