Home | History | Annotate | Download | only in src

Lines Matching refs:nochange

1127                          bool nochange, bool verbose,
1156 if (!nochange) {
1185 bool nochange = (flags & SELINUX_ANDROID_RESTORECON_NOCHANGE) ? true : false;
1213 return restorecon_sb(pathname, &sb, nochange, verbose, seinfo, uid);
1284 error |= restorecon_sb(ftsent->fts_path, ftsent->fts_statp, nochange, verbose, seinfo, uid);
1290 if (setrestoreconlast && !nochange && !error)