Home
last modified time | relevance | path

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

/external/kmod/tools/
Ddepmod.c1115 const char *reloldpath = NULL; in depmod_module_is_higher_priority() local
1125 reloldpath = oldpath + cfg->dirnamelen + 1; in depmod_module_is_higher_priority()
1135 memcmp(ov->path, reloldpath, reloldlen) == 0) in depmod_module_is_higher_priority()
1159 else if (reloldlen > se->len && reloldpath[se->len] == '/' && in depmod_module_is_higher_priority()
1160 memcmp(se->path, reloldpath, se->len) == 0) in depmod_module_is_higher_priority()