Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/util/
Dpath.c67 if (len && !is_dir_sep(perf_dir[len-1])) in perf_vsnpath()
126 while (len && is_dir_sep(path[len - 1])) in chomp_trailing_dir_sep()
144 if (is_dir_sep(path[path_len - 1])) { in strip_path_suffix()
145 if (!is_dir_sep(suffix[suffix_len - 1])) in strip_path_suffix()
154 if (path_len && !is_dir_sep(path[path_len - 1])) in strip_path_suffix()
Dutil.h118 #ifndef is_dir_sep
119 #define is_dir_sep(c) ((c) == '/') macro
Dexec_cmd.c33 while (argv0 <= slash && !is_dir_sep(*slash)) in perf_extract_argv0_path()