Searched refs:RawWrite (Results 1 - 16 of 16) 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
H A Dlogging.h289 void RawWrite(RawFD fd, const char* buf, size_t len);
H A Dsysinfo.cc1140 RawWrite(fd, linebuf.buf_, written);
/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
H A Dlogging.h255 void RawWrite(RawFD fd, const char* buf, size_t len);
H A Dsysinfo.cc981 RawWrite(fd, linebuf.buf_, written);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profile-table.cc377 RawWrite(fd, kTypeProfileStatsHeader, strlen(kTypeProfileStatsHeader));
485 RawWrite(args.fd, buf, len);
507 RawWrite(args.fd, buf, len);
525 RawWrite(args.fd, buf, len);
568 RawWrite(fd, kProfileHeader, strlen(kProfileHeader));
572 RawWrite(fd, buf, len);
575 RawWrite(fd, kProcSelfMapsHeader, strlen(kProcSelfMapsHeader));
H A Dheap-profiler.cc310 RawWrite(fd, profile, strlen(profile));
H A Ddeep-heap-profile.cc462 RawWrite(fd_, buffer_, cursor_);
1141 RawWrite(fd, raw_buffer, length);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profile-table.cc474 RawWrite(args.fd, buf, len);
509 RawWrite(fd, kProfileHeader, strlen(kProfileHeader));
513 RawWrite(fd, buf, len);
516 RawWrite(fd, kProcSelfMapsHeader, strlen(kProcSelfMapsHeader));
H A Dheap-profiler.cc249 RawWrite(fd, profile, strlen(profile));
/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_internal_defs.h209 RawWrite(msg); \
H A Dsanitizer_printf.cc274 RawWrite(buffer);
H A Dsanitizer_win.cc461 void RawWrite(const char *buffer) { function in namespace:__sanitizer
H A Dsanitizer_common.h130 void RawWrite(const char *buffer);

Completed in 1185 milliseconds