Home | History | Annotate | Download | only in src

Lines Matching refs:nochange

1162                          bool nochange, bool verbose,
1192 if (!nochange) {
1221 bool nochange = (flags & SELINUX_ANDROID_RESTORECON_NOCHANGE) ? true : false;
1266 error = restorecon_sb(pathname, &sb, nochange, verbose, seinfo, uid);
1344 error |= restorecon_sb(ftsent->fts_path, ftsent->fts_statp, nochange, verbose, seinfo, uid);
1350 if (setrestoreconlast && !nochange && !error)