platform_system_core/base/include/android-base
David Pursell 5f787ed2b3 base: add SystemErrorCodeToString() function.
Pulls the Windows error string generation out of adb into libbase so
that it can be used by fastboot as well. Also makes a Unix equivalent
that just wraps strerror() so that upcoming fastboot error reporting
code can be platform-independent.

The intent here is just to provide a portable way to report an error to
the user. More general cross-platform error handling is out of scope.

Bug: http://b/26236380
Change-Id: I5a784a844775949562d069bb41dcb0ebd13a32bc
2016-02-01 12:18:26 -08:00
..
errors.h base: add SystemErrorCodeToString() function. 2016-02-01 12:18:26 -08:00
file.h base: add API to remove file if it exists. 2016-01-29 19:24:55 -08:00
logging.h Rename base/ to android-base/. 2015-12-07 14:31:53 -08:00
macros.h Rename base/ to android-base/. 2015-12-07 14:31:53 -08:00
memory.h Rename base/ to android-base/. 2015-12-07 14:31:53 -08:00
parseint.h Rename base/ to android-base/. 2015-12-07 14:31:53 -08:00
parsenetaddress.h base: add network address parsing function from adb. 2016-01-21 20:03:33 -08:00
stringprintf.h Rename base/ to android-base/. 2015-12-07 14:31:53 -08:00
strings.h Rename base/ to android-base/. 2015-12-07 14:31:53 -08:00
test_utils.h Rename base/ to android-base/. 2015-12-07 14:31:53 -08:00
unique_fd.h Rename base/ to android-base/. 2015-12-07 14:31:53 -08:00
utf8.h Rename base/ to android-base/. 2015-12-07 14:31:53 -08:00