Home | History | Annotate | Download | only in src

Lines Matching refs:nochange

1101                          bool nochange, bool verbose,
1130 if (!nochange) {
1156 bool nochange = (flags & SELINUX_ANDROID_RESTORECON_NOCHANGE) ? true : false;
1184 return restorecon_sb(pathname, &sb, nochange, verbose, seinfo, uid);
1251 error |= restorecon_sb(ftsent->fts_path, ftsent->fts_statp, nochange, verbose, seinfo, uid);
1257 if (setrestoreconlast && !nochange && !error)