Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/subcmd/
H A Dexec-cmd.c34 static int is_absolute_path(const char *path) in is_absolute_path() function
59 if (is_absolute_path(path)) { in make_nonrelative_path()
81 if (is_absolute_path(path)) in system_path()
136 if (is_absolute_path(path)) in add_path()
/openbmc/linux/tools/perf/util/
H A Dcache.h24 static inline int is_absolute_path(const char *path) in is_absolute_path() function