Home
last modified time | relevance | path

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

/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()
/linux/tools/perf/util/
H A Dcache.h24 static inline int is_absolute_path(const char *path) in is_absolute_path() function
/linux/scripts/dtc/
H A Dsrcpos.c99 static bool is_absolute_path(const char *path) in is_absolute_path() function
126 if (!dirname || is_absolute_path(fname)) in try_open()