Home
last modified time | relevance | path

Searched refs:fatal (Results 1 – 20 of 20) sorted by relevance

/system/logging/logwrapper/
Dlogwrapper.cpp27 void fatal(const char* msg) { in fatal() function
34 fatal("Usage: logwrapper [-a] [-d] [-k] BINARY [ARGS ...]\n" in usage()
/system/sepolicy/
Ddefinitions.mk5 $(hide) $(M4) --fatal-warnings $(PRIVATE_ADDITIONAL_M4DEFS) \
34 $(hide) $(M4) --fatal-warnings -s $(1) > $$@
Dmac_permissions.mk22 $(hide) $(M4) --fatal-warnings -s $(PRIVATE_ADDITIONAL_M4DEFS) $(PRIVATE_KEYS) > $@
63 $(hide) $(M4) --fatal-warnings -s $(PRIVATE_ADDITIONAL_M4DEFS) $(PRIVATE_KEYS) > $@
97 $(hide) $(M4) --fatal-warnings -s $(PRIVATE_ADDITIONAL_M4DEFS) $(PRIVATE_KEYS) > $@
131 $(hide) $(M4) --fatal-warnings -s $(PRIVATE_ADDITIONAL_M4DEFS) $(PRIVATE_KEYS) > $@
166 $(hide) $(M4) --fatal-warnings -s $(PRIVATE_ADDITIONAL_M4DEFS) $(PRIVATE_KEYS) > $@
DAndroid.mk1192 $(hide) $(M4) --fatal-warnings -s $(PRIVATE_ADDITIONAL_M4DEFS) $(PRIVATE_DEVICE_FC_FILES) > $@
1270 $(hide) $(M4) --fatal-warnings -s $(PRIVATE_ADDITIONAL_M4DEFS) $(PRIVATE_SVC_FILES) > $@
/system/core/debuggerd/handler/
Ddebuggerd_handler.cpp124 static void __noreturn __printflike(1, 2) fatal(const char* fmt, ...) { in fatal() function
138 fatal("%s: %s", buf, strerror(err)); in fatal_errno()
288 fatal("intermediate process didn't exit cleanly in double fork (status = %d)", status); in create_vm_process()
290 fatal("second clone failed: %s", strerror(WEXITSTATUS(status))); in create_vm_process()
377 fatal("failed to write crash info, wrote %zd bytes, expected %zd", rc, expected); in debuggerd_dispatch_pseudothread()
/system/extras/latencytop/
Dlatencytop.c47 int tid, int fatal);
231 int tid, int fatal) { in read_thread_stats() argument
241 if (fatal) { in read_thread_stats()
255 if (fatal) { in read_thread_stats()
/system/core/rootdir/
Dinit.zygote32.rc16 critical window=${zygote.critical_window.minute:-off} target=zygote-fatal
Dinit.zygote64.rc16 critical window=${zygote.critical_window.minute:-off} target=zygote-fatal
Dinit.zygote64_32.rc16 critical window=${zygote.critical_window.minute:-off} target=zygote-fatal
/system/core/libnetutils/
Dpacket.c40 int fatal(const char*);
44 if (s < 0) return fatal("socket(PF_PACKET)"); in open_raw_socket()
56 return fatal("Cannot bind raw socket to interface"); in open_raw_socket()
Ddhcpclient.c79 int fatal(const char *reason) in fatal() function
406 return fatal("cannot obtain interface address"); in dhcp_init_ifc()
409 return fatal("cannot obtain interface index"); in dhcp_init_ifc()
469 return fatal("poll failed"); in dhcp_init_ifc()
/system/libhidl/minijail/
DAndroid.bp3 // or reinstitute this (w/ fatal checks).
/system/core/libcutils/
Dashmem-dev.cpp257 static int __ashmem_is_ashmem(int fd, int fatal) in __ashmem_is_ashmem() argument
289 if (fatal) { in __ashmem_is_ashmem()
/system/timezone/input_tools/android/common/src/test/java/com/android/libcore/timezone/util/
DErrorsTest.java61 public void fatal() { in fatal() method in ErrorsTest
/system/tools/hidl/
DCompoundType.h169 bool fatal) const;
DCompoundType.cpp221 bool fatal) const { in emitSafeUnionUnknownDiscriminatorError()
222 if (fatal) { in emitSafeUnionUnknownDiscriminatorError()
1222 static void emitJavaSafeUnionUnknownDiscriminatorError(Formatter& out, bool fatal) { in emitJavaSafeUnionUnknownDiscriminatorError() argument
1225 if (fatal) { in emitJavaSafeUnionUnknownDiscriminatorError()
/system/core/debuggerd/
Dcrash_dump.cpp481 bool fatal = thread == g_target_thread; in main() local
482 LOG(fatal ? FATAL : WARNING) << error; in main()
/system/libvintf/analyze_matrix/
Dhals_for_release.py92 logger.fatal("Unable to determine compatibility matrix dir, lunch or provide one explicitly.")
/system/core/init/
DREADME.md175 `critical [window=<fatal crash window mins>] [target=<fatal reboot target>]`
181 For tests, the fatal reboot can be skipped by setting property
540 (fatal logging only). The numeric values correspond to the kernel log
/system/core/fastboot/fuzzy_fastboot/
DREADME.md312 Expected: SetLockState(UNLOCKED) doesn't generate new fatal failures in the current thread.