Home
last modified time | relevance | path

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

/external/kmod/tools/
Ddepmod.c1316 _cleanup_(scratchbuf_release) struct scratchbuf s_path_buf = in depmod_modules_search_path() local
1332 if (scratchbuf_alloc(&s_path_buf, baselen + 2) < 0) { in depmod_modules_search_path()
1336 path_buf = scratchbuf_str(&s_path_buf); in depmod_modules_search_path()
1343 err = depmod_modules_search_dir(depmod, d, baselen, &s_path_buf); in depmod_modules_search_path()