Searched refs:pathbname (Results 1 – 1 of 1) sorted by relevance
1096 char *pathname = NULL, *pathdnamer = NULL, *pathdname, *pathbname; in selinux_restorecon_common() local1143 pathbname = basename(basename_cpy); in selinux_restorecon_common()1144 if (!strcmp(pathbname, "/") || !strcmp(pathbname, ".") || in selinux_restorecon_common()1145 !strcmp(pathbname, "..")) { in selinux_restorecon_common()1172 error = asprintf(&pathname, "/%s", pathbname); in selinux_restorecon_common()1175 pathdnamer, pathbname); in selinux_restorecon_common()