Searched refs:path_to_modname (Results 1 – 4 of 4) sorted by relevance
/external/kmod/shared/ |
D | util.h | 27 char *path_to_modname(const char *path, char buf[static PATH_MAX], size_t *len) __attribute__((nonn…
|
D | util.c | 170 char *path_to_modname(const char *path, char buf[static PATH_MAX], size_t *len) in path_to_modname() function
|
/external/kmod/tools/ |
D | depmod.c | 1187 if (path_to_modname(path, modname, &modnamelen) == NULL) { in depmod_modules_search_file() 2337 path_to_modname(line, modname, NULL); in output_builtin_bin()
|
/external/kmod/libkmod/ |
D | libkmod-module.c | 415 if (path_to_modname(path, name, &namelen) == NULL) { in kmod_module_new_from_path()
|