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

/external/selinux/libselinux/src/
H A Dselinux_restorecon.c71 /* restorecon_flags for passing to restorecon_sb() */
587 static int restorecon_sb(const char *pathname, const struct stat *sb, function
874 error = restorecon_sb(pathname, &sb, &flags);
977 error |= restorecon_sb(ftsent->fts_path,
/external/selinux/libselinux/src/android/
H A Dandroid.c1336 static int restorecon_sb(const char *pathname, const struct stat *sb, function
1462 error = restorecon_sb(pathname, &sb, nochange, verbose, seinfo, uid);
1558 error |= restorecon_sb(ftsent->fts_path, ftsent->fts_statp, nochange, verbose, seinfo, uid);

Completed in 78 milliseconds