Searched refs:uncrelpathlen (Results 1 - 1 of 1) sorted by relevance

/external/kmod/tools/
H A Ddepmod.c959 size_t uncrelpathlen = lastslash - mod->relpath + modnamesz local
961 mod->uncrelpath = memdup(mod->relpath, uncrelpathlen + 1);
962 mod->uncrelpath[uncrelpathlen] = '\0';

Completed in 75 milliseconds