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

  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
logging.cc 47 RawFD RawOpenForWriting(const char* filename) {
52 RawFD fd = CreateFileA(filename, GENERIC_WRITE, 0, NULL,
59 void RawWrite(RawFD handle, const char* buf, size_t len) {
70 void RawClose(RawFD handle) {
89 RawFD RawOpenForWriting(const char* filename) {
93 void RawWrite(RawFD fd, const char* buf, size_t len) {
103 void RawClose(RawFD fd) {
logging.h 281 typedef HANDLE RawFD;
282 const RawFD kIllegalRawFD = INVALID_HANDLE_VALUE;
284 typedef int RawFD;
285 const RawFD kIllegalRawFD = -1; // what open returns if it fails
288 RawFD RawOpenForWriting(const char* filename); // uses default permissions
289 void RawWrite(RawFD fd, const char* buf, size_t len);
290 void RawClose(RawFD fd);
sysinfo.h 49 #include "base/logging.h" // for RawFD
232 void DumpProcSelfMaps(RawFD fd);
sysinfo.cc     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
logging.cc 47 RawFD RawOpenForWriting(const char* filename) {
52 RawFD fd = CreateFileA(filename, GENERIC_WRITE, 0, NULL,
59 void RawWrite(RawFD handle, const char* buf, size_t len) {
70 void RawClose(RawFD handle) {
89 RawFD RawOpenForWriting(const char* filename) {
93 void RawWrite(RawFD fd, const char* buf, size_t len) {
103 void RawClose(RawFD fd) {
logging.h 247 typedef HANDLE RawFD;
248 const RawFD kIllegalRawFD = INVALID_HANDLE_VALUE;
250 typedef int RawFD;
251 const RawFD kIllegalRawFD = -1; // what open returns if it fails
254 RawFD RawOpenForWriting(const char* filename); // uses default permissions
255 void RawWrite(RawFD fd, const char* buf, size_t len);
256 void RawClose(RawFD fd);
sysinfo.h 49 #include "base/logging.h" // for RawFD
232 void DumpProcSelfMaps(RawFD fd);
sysinfo.cc     [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
deep-heap-profile.h 75 RawFD fd);
114 TextBuffer(char *raw_buffer, int size, RawFD fd)
141 RawFD fd_;
231 RawFD pagemap_fd_;
232 RawFD kpagecount_fd_;
heap-profile-table.h 40 #include "base/logging.h" // for RawFD
299 DumpArgs(RawFD fd_arg, Stats* profile_stats_arg)
304 RawFD fd; // file to write to
310 DumpMarkedArgs(RawFD fd_arg, AllocationMark mark_arg)
315 RawFD fd; // file to write to.
deep-heap-profile.cc 70 RawFD fd;
333 RawFD fd) {
697 RawFD fd = RawOpenForWriting(filename);
    [all...]
heap-profile-table.cc 68 #include "base/logging.h" // for the RawFD I/O commands
354 RawFD fd = RawOpenForWriting(file_name);
366 RawFD fd = RawOpenForWriting(file_name);
563 RawFD fd = RawOpenForWriting(file_name);
heap-profiler.cc 290 RawFD fd = RawOpenForWriting(file_name);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.h 40 #include "base/logging.h" // for RawFD
252 RawFD fd; // file to write to
255 DumpArgs(RawFD a, Stats* d)
heap-profiler.cc 233 RawFD fd = RawOpenForWriting(file_name);
heap-profile-table.cc 68 #include "base/logging.h" // for the RawFD I/O commands
507 RawFD fd = RawOpenForWriting(file_name);

Completed in 871 milliseconds