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

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

Completed in 246 milliseconds