HomeSort by relevance Sort by last modified time
    Searched defs:SafeReadLink (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/common/linux/
safe_readlink.cc 30 // safe_readlink.cc: Implement google_breakpad::SafeReadLink.
39 bool SafeReadLink(const char* path, char* buffer, size_t buffer_size) {
safe_readlink.h 30 // safe_readlink.h: Define the google_breakpad::SafeReadLink function,
54 bool SafeReadLink(const char* path, char* buffer, size_t buffer_size);
56 // Same as the three-argument version of SafeReadLink() but deduces the
59 bool SafeReadLink(const char* path, char (&buffer)[N]) {
60 return SafeReadLink(path, buffer, sizeof(buffer));

Completed in 340 milliseconds