Searched defs:RawWrite (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlogging.cc59 void RawWrite(RawFD handle, const char* buf, size_t len) { function
93 void RawWrite(RawFD fd, const char* buf, size_t len) { function
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlogging.cc59 void RawWrite(RawFD handle, const char* buf, size_t len) { function
93 void RawWrite(RawFD fd, const char* buf, size_t len) { function
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cc113 RawWrite("ERROR: Failed to mmap\n");
311 void RawWrite(const char *buffer) { function in namespace:__sanitizer
313 "RawWrite can't output requested buffer!\n";
H A Dsanitizer_win.cc461 void RawWrite(const char *buffer) { function in namespace:__sanitizer

Completed in 172 milliseconds