/system/logging/logwrapper/ |
D | logwrapper.cpp | 27 void fatal(const char* msg) { in fatal() function 34 fatal("Usage: logwrapper [-a] [-d] [-k] BINARY [ARGS ...]\n" in usage()
|
/system/sepolicy/ |
D | definitions.mk | 5 $(hide) $(M4) --fatal-warnings $(PRIVATE_ADDITIONAL_M4DEFS) \ 34 $(hide) $(M4) --fatal-warnings -s $(1) > $$@
|
D | mac_permissions.mk | 22 $(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) > $@
|
D | Android.mk | 1192 $(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/ |
D | debuggerd_handler.cpp | 124 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/ |
D | latencytop.c | 47 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/ |
D | init.zygote32.rc | 16 critical window=${zygote.critical_window.minute:-off} target=zygote-fatal
|
D | init.zygote64.rc | 16 critical window=${zygote.critical_window.minute:-off} target=zygote-fatal
|
D | init.zygote64_32.rc | 16 critical window=${zygote.critical_window.minute:-off} target=zygote-fatal
|
/system/core/libnetutils/ |
D | packet.c | 40 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()
|
D | dhcpclient.c | 79 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/ |
D | Android.bp | 3 // or reinstitute this (w/ fatal checks).
|
/system/core/libcutils/ |
D | ashmem-dev.cpp | 257 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/ |
D | ErrorsTest.java | 61 public void fatal() { in fatal() method in ErrorsTest
|
/system/tools/hidl/ |
D | CompoundType.h | 169 bool fatal) const;
|
D | CompoundType.cpp | 221 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/ |
D | crash_dump.cpp | 481 bool fatal = thread == g_target_thread; in main() local 482 LOG(fatal ? FATAL : WARNING) << error; in main()
|
/system/libvintf/analyze_matrix/ |
D | hals_for_release.py | 92 logger.fatal("Unable to determine compatibility matrix dir, lunch or provide one explicitly.")
|
/system/core/init/ |
D | README.md | 175 `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/ |
D | README.md | 312 Expected: SetLockState(UNLOCKED) doesn't generate new fatal failures in the current thread.
|