Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dselinux_restorecon.c597 static int restorecon_sb(const char *pathname, const struct stat *sb, in restorecon_sb() function
885 error = restorecon_sb(pathname, &sb, &flags); in selinux_restorecon()
988 error |= restorecon_sb(ftsent->fts_path, in selinux_restorecon()
/external/selinux/libselinux/src/android/
Dandroid_platform.c1453 static int restorecon_sb(const char *pathname, const struct stat *sb, in restorecon_sb() function
1630 error = restorecon_sb(pathname, &sb, nochange, verbose, seinfo, uid); in selinux_android_restorecon_common()
1736 … error |= restorecon_sb(ftsent->fts_path, ftsent->fts_statp, nochange, verbose, seinfo, uid); in selinux_android_restorecon_common()