Home
last modified time | relevance | path

Searched refs:path_make_absolute_cwd (Results 1 – 5 of 5) sorted by relevance

/external/kmod/shared/
Dutil.h41 char *path_make_absolute_cwd(const char *p) _must_check_ __attribute__((nonnull(1)));
Dutil.c361 char *path_make_absolute_cwd(const char *p) in path_make_absolute_cwd() function
/external/kmod/libkmod/
Dlibkmod.c217 return path_make_absolute_cwd(dirname); in get_kernel_release()
Dlibkmod-module.c401 abspath = path_make_absolute_cwd(path); in kmod_module_new_from_path()
/external/kmod/tools/
Ddepmod.c2771 root = path_make_absolute_cwd(optarg); in do_depmod()