Home
last modified time | relevance | path

Searched refs:safe_strerror (Results 1 – 2 of 2) sorted by relevance

/aosp12/libnativehelper/include/nativehelper/
H A DJNIHelp.h84 [[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 DBUILD.gn105 "base/posix/safe_strerror.cc",