HomeSort by relevance Sort by last modified time
    Searched refs:RawWrite (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
logging.cc 59 void RawWrite(RawFD handle, const char* buf, size_t len) {
93 void RawWrite(RawFD fd, const char* buf, size_t len) {
logging.h 285 void RawWrite(RawFD fd, const char* buf, size_t len);
sysinfo.cc     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
logging.cc 59 void RawWrite(RawFD handle, const char* buf, size_t len) {
93 void RawWrite(RawFD fd, const char* buf, size_t len) {
logging.h 255 void RawWrite(RawFD fd, const char* buf, size_t len);
sysinfo.cc     [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-table.cc 374 RawWrite(fd, kTypeProfileStatsHeader, strlen(kTypeProfileStatsHeader));
482 RawWrite(args.fd, buf, len);
504 RawWrite(args.fd, buf, len);
522 RawWrite(args.fd, buf, len);
565 RawWrite(fd, kProfileHeader, strlen(kProfileHeader));
569 RawWrite(fd, buf, len);
572 RawWrite(fd, kProcSelfMapsHeader, strlen(kProcSelfMapsHeader));
heap-profiler.cc 310 RawWrite(fd, profile, strlen(profile));
deep-heap-profile.cc 434 RawWrite(fd_, buffer_, cursor_);
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.cc 474 RawWrite(args.fd, buf, len);
509 RawWrite(fd, kProfileHeader, strlen(kProfileHeader));
513 RawWrite(fd, buf, len);
516 RawWrite(fd, kProcSelfMapsHeader, strlen(kProcSelfMapsHeader));
heap-profiler.cc 249 RawWrite(fd, profile, strlen(profile));
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.cc 87 void RawWrite(const char *buffer) {
88 static const char *kRawWriteError = "RawWrite can't output requested buffer!";
sanitizer_posix.cc 61 RawWrite("ERROR: Failed to mmap\n");
sanitizer_internal_defs.h 189 RawWrite(msg); \
sanitizer_printf.cc 257 RawWrite(buffer);
sanitizer_common.h 108 void RawWrite(const char *buffer);

Completed in 1276 milliseconds