Home
last modified time | relevance | path

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

/linux-6.1.9/tools/lib/subcmd/
Dexec-cmd.c34 static int is_absolute_path(const char *path) in is_absolute_path() function
62 if (is_absolute_path(path)) { in make_nonrelative_path()
79 if (is_absolute_path(path)) in system_path()
134 if (is_absolute_path(path)) in add_path()
/linux-6.1.9/tools/perf/util/
Dcache.h24 static inline int is_absolute_path(const char *path) in is_absolute_path() function