Searched refs:nochange (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/ |
D | acinclude.m4 | 136 BITS_REQ=nochange 146 nochange) with_library_bits=nochange; ;; 152 …bits specify how many bits to use for the library (32, 64, 64else32, nochange) [default=nochange]], 154 ""|nochange) BITS_REQ=$withval ;; 160 if test "$cross_compiling" = "yes" -a "${BITS_REQ}" != "nochange"; then 193 nochange) ;; 204 nochange) ;; 215 nochange) ;;
|
D | configure | 4675 if test "$cross_compiling" = "yes" -a "${BITS_REQ}" != "nochange"; then 4741 nochange) ;; 4752 nochange) ;; 4763 nochange) ;;
|
/external/selinux/policycoreutils/setfiles/ |
D | restore.h | 22 unsigned int nochange; member
|
D | restore.c | 32 r_opts->restorecon_flags = r_opts->nochange | r_opts->verbose | in restore_init()
|
D | setfiles.c | 325 r_opts.nochange = SELINUX_RESTORECON_NOCHANGE;
|
/external/selinux/restorecond/ |
D | restore.h | 29 unsigned int nochange; member
|
D | restore.c | 32 r_opts->restorecon_flags = r_opts->nochange | r_opts->verbose | in restore_init()
|
/external/selinux/libselinux/src/ |
D | selinux_restorecon.c | 73 bool nochange; member 692 if (!flags->nochange) { in restorecon_sb() 704 if (flags->syslog_changes && !flags->nochange) { in restorecon_sb() 741 flags.nochange = (restorecon_flags & in selinux_restorecon() 988 if (setrestoreconlast && !flags.nochange && !error && fc_digest) { in selinux_restorecon()
|
/external/selinux/libselinux/src/android/ |
D | android_platform.c | 1336 bool nochange, bool verbose, in restorecon_sb() argument 1368 if (!nochange) { in restorecon_sb() 1397 bool nochange = (flags & SELINUX_ANDROID_RESTORECON_NOCHANGE) ? true : false; in selinux_android_restorecon_common() local 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() 1563 if (setrestoreconlast && !nochange && !error) in selinux_android_restorecon_common()
|