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

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dinsmod.c3356 char module_dir[FILENAME_MAX]; local
3358 snprintf (module_dir, sizeof(module_dir), "%s/%s",
3365 if (realpath (module_dir, real_module_dir) == NULL)
3366 strcpy(real_module_dir, module_dir);
3374 char module_dir[FILENAME_MAX]; local
3375 if (realpath (_PATH_MODULES, module_dir) == NULL)
3376 strcpy(module_dir, _PATH_MODULES);
3379 if (recursive_action(module_dir, TRUE, FALSE, FALSE,

Completed in 50 milliseconds