Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dselinux_restorecon.c587 static int restorecon_sb(const char *pathname, const struct stat *sb, in restorecon_sb() function
874 error = restorecon_sb(pathname, &sb, &flags); in selinux_restorecon()
977 error |= restorecon_sb(ftsent->fts_path, in selinux_restorecon()
/external/selinux/libselinux/src/android/
Dandroid_platform.c1335 static int restorecon_sb(const char *pathname, const struct stat *sb, in restorecon_sb() function
1461 error = restorecon_sb(pathname, &sb, nochange, verbose, seinfo, uid); in selinux_android_restorecon_common()
1557 … error |= restorecon_sb(ftsent->fts_path, ftsent->fts_statp, nochange, verbose, seinfo, uid); in selinux_android_restorecon_common()