Searched refs:alt_rootpath (Results 1 – 3 of 3) sorted by relevance
112 char *alt_rootpath = NULL; in main() local221 alt_rootpath = optarg; in main()277 if (alt_rootpath) in main()278 selinux_restorecon_set_alt_rootpath(alt_rootpath); in main()
134 extern int selinux_restorecon_set_alt_rootpath(const char *alt_rootpath);
1103 int selinux_restorecon_set_alt_rootpath(const char *alt_rootpath) in selinux_restorecon_set_alt_rootpath() argument1111 rootpath = strdup(alt_rootpath); in selinux_restorecon_set_alt_rootpath()