Searched refs:safe_strerror (Results 1 – 2 of 2) sorted by relevance
/aosp12/libnativehelper/include/nativehelper/ |
H A D | JNIHelp.h | 84 [[maybe_unused]] inline char* safe_strerror(char* (*strerror_r_method)(int, char*, size_t), in safe_strerror() function 89 [[maybe_unused]] inline char* safe_strerror(int (*strerror_r_method)(int, char*, size_t), in safe_strerror() function 99 return safe_strerror(strerror_r, errnum, buf, buflen); in platformStrError()
|
/aosp12/system/bt/build/secondary/third_party/libchrome/ |
H A D | BUILD.gn | 105 "base/posix/safe_strerror.cc",
|