android_system_core/base/include/android-base
Elliott Hughes 2d70aad034 Remove Mac/Windows quick_exit() implementation.
This was added with the intention of using it in adb, but then the
change that would have used it
(https://android-review.googlesource.com/c/platform/system/core/+/273824)
was abandoned.

Remove the corresponding (never used) implementation.

Bug: http://b/31468413
Test: treehugger
Change-Id: I42322d079c175b7c6fbd12940e5bc022bd9ebd1c
2019-10-29 13:30:43 -07:00
..
chrono_utils.h
cmsg.h Revert "Revert "Add a way to turn off unique_fd's operator int."" 2019-05-06 16:18:02 -07:00
collections.h base: add helpers for sending/receiving file descriptors. 2019-02-13 13:21:54 -08:00
endian.h <android-base/endian.h>: fix interoperability issue 2019-09-18 13:06:45 +08:00
errors.h
expected.h Add noexcept to missing places in expected.h 2019-07-09 17:06:08 -07:00
file.h Revert "Revert "Add a way to turn off unique_fd's operator int."" 2019-05-06 16:18:02 -07:00
format.h Include chrono.h 2019-08-27 20:38:14 +00:00
logging.h Fix a few clang-tidy issues and add NOLINT for others 2019-07-09 16:17:36 +00:00
macros.h
mapped_file.h [base] Make MappedFile work with OS file handles 2019-08-14 10:04:32 -07:00
memory.h
off64_t.h
parsedouble.h
parseint.h
parsenetaddress.h
process.h Add android::base::GetPids() function to return all pids 2019-07-01 13:55:46 -07:00
properties.h base: fix out of date documentation with PropertySet() 2019-06-05 10:31:33 -07:00
result.h Create android-base/format.h that includes fmtlib headers 2019-06-14 14:55:27 -07:00
scopeguard.h
stringprintf.h
strings.h libbase: add ConsumePrefix/ConsumeSuffix. 2019-05-03 12:49:31 -07:00
test_utils.h
thread_annotations.h
threads.h
unique_fd.h Improve codegen slightly when doing FD validity checks 2019-09-04 13:46:50 -07:00
utf8.h