Home
last modified time | relevance | path

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

/external/selinux/libselinux/utils/
Dselinux_restorecon.c112 char *alt_rootpath = NULL; in main() local
221 alt_rootpath = optarg; in main()
277 if (alt_rootpath) in main()
278 selinux_restorecon_set_alt_rootpath(alt_rootpath); in main()
/external/selinux/libselinux/include/selinux/
Drestorecon.h134 extern int selinux_restorecon_set_alt_rootpath(const char *alt_rootpath);
/external/selinux/libselinux/src/
Dselinux_restorecon.c1103 int selinux_restorecon_set_alt_rootpath(const char *alt_rootpath) in selinux_restorecon_set_alt_rootpath() argument
1111 rootpath = strdup(alt_rootpath); in selinux_restorecon_set_alt_rootpath()