Home
last modified time | relevance | path

Searched defs:SafeReadLink (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/google-breakpad/src/common/linux/
H A Dsafe_readlink.h58 bool SafeReadLink(const char* path, char (&buffer)[N]) { in SafeReadLink() function
H A Dsafe_readlink.cc42 bool SafeReadLink(const char* path, char* buffer, size_t buffer_size) { in SafeReadLink() function