Searched refs:nochange (Results 1 – 10 of 10) sorted by relevance
/external/icu/icu4c/source/tools/escapesrc/ |
D | Makefile.in | 78 @echo Testing test-nochange.cpp 79 @$(INVOKE) $(TARGET) $(srcdir)/test-nochange.cpp ./output-nochange.cpp 80 …@-diff -I '#line.*' $(srcdir)/test-nochange.cpp ./output-nochange.cpp || (echo >&2 'warning: diff …
|
/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 | 4748 if test "$cross_compiling" = "yes" -a "${BITS_REQ}" != "nochange"; then 4814 nochange) ;; 4825 nochange) ;; 4836 nochange) ;;
|
/external/selinux/policycoreutils/setfiles/ |
D | restore.h | 22 unsigned int nochange; member
|
D | restore.c | 40 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 | 35 r_opts->restorecon_flags = r_opts->nochange | r_opts->verbose | in restore_init()
|
/external/selinux/libselinux/src/ |
D | selinux_restorecon.c | 74 bool nochange; member 702 if (!flags->nochange) { in restorecon_sb() 714 if (flags->syslog_changes && !flags->nochange) { in restorecon_sb() 751 flags.nochange = (restorecon_flags & in selinux_restorecon() 999 if (setrestoreconlast && !flags.nochange && !error && fc_digest) { in selinux_restorecon()
|
/external/selinux/libselinux/src/android/ |
D | android_platform.c | 1454 bool nochange, bool verbose, in restorecon_sb() argument 1486 if (!nochange) { in restorecon_sb() 1566 bool nochange = (flags & SELINUX_ANDROID_RESTORECON_NOCHANGE) ? true : false; in selinux_android_restorecon_common() local 1630 error = restorecon_sb(pathname, &sb, nochange, verbose, seinfo, uid); in selinux_android_restorecon_common() 1736 … error |= restorecon_sb(ftsent->fts_path, ftsent->fts_statp, nochange, verbose, seinfo, uid); in selinux_android_restorecon_common() 1743 if (setrestoreconlast && !nochange && !error) { in selinux_android_restorecon_common()
|