Home
last modified time | relevance | path

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

/external/kmod/tools/
Ddepmod.c1833 static inline const char *mod_get_compressed_path(const struct mod *mod) in mod_get_compressed_path() function
1846 const char *p = mod_get_compressed_path(mod); in output_deps()
1862 fprintf(out, " %s", mod_get_compressed_path(d)); in output_deps()
1886 const char *p = mod_get_compressed_path(mod); in output_deps_bin()
1900 linelen += 1 + strlen(mod_get_compressed_path(d)); in output_deps_bin()
1924 dp = mod_get_compressed_path(d); in output_deps_bin()