HomeSort by relevance Sort by last modified time
    Searched refs:abort_on_error (Results 1 - 16 of 16) sorted by null

  /external/compiler-rt/lib/scudo/
scudo_termination.cpp 27 if (common_flags()->abort_on_error)
  /external/autotest/client/deps/fakegudev/src/
fakesyscalls.c 104 abort_on_error (GError *error) { function
133 abort_on_error (error);
135 abort_on_error (error);
137 abort_on_error (error);
140 abort_on_error (error);
157 abort_on_error (error);
fakegudev.c 169 abort_on_error (GError *error) { function
192 abort_on_error (error);
225 abort_on_error (error);
235 abort_on_error (error);
251 abort_on_error (error);
257 abort_on_error (error);
  /external/selinux/policycoreutils/setfiles/
restore.h 32 unsigned int abort_on_error; member in struct:restore_opts
restore.c 36 r_opts->xdev | r_opts->abort_on_error |
setfiles.c 205 r_opts.abort_on_error = SELINUX_RESTORECON_ABORT_ON_ERROR;
229 r_opts.abort_on_error = 0;
  /external/selinux/restorecond/
restore.h 38 unsigned int abort_on_error; member in struct:restore_opts
restore.c 36 r_opts->xdev | r_opts->abort_on_error |
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_termination.cc 58 if (common_flags()->abort_on_error)
sanitizer_mac.cc 474 if (common_flags()->abort_on_error)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
diagnostic.h 113 bool abort_on_error; member in struct:diagnostic_context
228 (DC)->abort_on_error = true
  /external/compiler-rt/lib/tsan/rtl/
tsan_flags.cc 66 cf.abort_on_error = false;
  /external/selinux/libselinux/src/
selinux_restorecon.c 83 bool abort_on_error; member in struct:rest_flags
759 flags.abort_on_error = (restorecon_flags &
981 if (error && flags.abort_on_error)
  /art/runtime/
thread.cc 3443 abort_on_error); local
    [all...]
thread.h 477 // abort the runtime iff abort_on_error is true.
480 bool abort_on_error = true) const
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.c 265 u8 abort_on_error, u8 masked)
280 if (abort_on_error || count == 0) {
    [all...]

Completed in 210 milliseconds