Home
last modified time | relevance | path

Searched refs:nochange (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/
Dacinclude.m4136 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) ;;
Dconfigure4675 if test "$cross_compiling" = "yes" -a "${BITS_REQ}" != "nochange"; then
4741 nochange) ;;
4752 nochange) ;;
4763 nochange) ;;
/external/selinux/policycoreutils/setfiles/
Drestore.h22 unsigned int nochange; member
Drestore.c32 r_opts->restorecon_flags = r_opts->nochange | r_opts->verbose | in restore_init()
Dsetfiles.c325 r_opts.nochange = SELINUX_RESTORECON_NOCHANGE;
/external/selinux/restorecond/
Drestore.h29 unsigned int nochange; member
Drestore.c32 r_opts->restorecon_flags = r_opts->nochange | r_opts->verbose | in restore_init()
/external/selinux/libselinux/src/
Dselinux_restorecon.c73 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/
Dandroid_platform.c1336 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()