Home
last modified time | relevance | path

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

/external/selinux/libsemanage/src/
Dmodules.c521 const char *modules_path = NULL; in hidden_def() local
524 modules_path = sh->is_in_transaction ? in hidden_def()
544 modules_path, in hidden_def()
575 modules_path, in hidden_def()
613 modules_path, in hidden_def()
638 modules_path, in hidden_def()
/external/linux-tools-perf/src/tools/perf/util/
Dmachine.c766 char modules_path[PATH_MAX]; in machine__set_modules_path() local
772 snprintf(modules_path, sizeof(modules_path), "%s/lib/modules/%s/kernel", in machine__set_modules_path()
776 return map_groups__set_modules_path_dir(&machine->kmaps, modules_path); in machine__set_modules_path()