Home
last modified time | relevance | path

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

/external/kmod/shared/
Dutil.h28 bool path_ends_with_kmod_ext(const char *path, size_t len) __attribute__((nonnull(1)));
Dutil.c181 bool path_ends_with_kmod_ext(const char *path, size_t len) in path_ends_with_kmod_ext() function
/external/kmod/testsuite/
Dtest-util.c168 assert_return(path_ends_with_kmod_ext(iter->val, in test_path_ends_with_kmod_ext()
/external/kmod/tools/
Dmodinfo.c354 path_ends_with_kmod_ext(name, strlen(name))) in is_module_filename()
Ddepmod.c1184 if (!path_ends_with_kmod_ext(path + baselen, namelen)) in depmod_modules_search_file()
2673 if (!path_ends_with_kmod_ext(name, namelen)) in depfile_up_to_date_dir()