Home
last modified time | relevance | path

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

/third_party/selinux/libselinux/src/
H A Dselinux_restorecon.c1093 static int selinux_restorecon_common(const char *pathname_orig, in selinux_restorecon_common() argument
1190 char *basename_cpy = strdup(pathname_orig); in selinux_restorecon_common()
1196 pathname = realpath(pathname_orig, NULL); in selinux_restorecon_common()
1206 char *dirname_cpy = strdup(pathname_orig); in selinux_restorecon_common()
1233 pathname = strdup(pathname_orig); in selinux_restorecon_common()
1421 pathname_orig); in selinux_restorecon_common()
1439 int selinux_restorecon(const char *pathname_orig, in selinux_restorecon() argument
1442 return selinux_restorecon_common(pathname_orig, restorecon_flags, 1); in selinux_restorecon()
1446 int selinux_restorecon_parallel(const char *pathname_orig, in selinux_restorecon_parallel() argument
1450 return selinux_restorecon_common(pathname_orig, restorecon_flag in selinux_restorecon_parallel()
[all...]

Completed in 2 milliseconds