Searched refs:RawFD (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlogging.cc47 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) {
H A Dlogging.h281 typedef HANDLE RawFD; typedef
282 const RawFD kIllegalRawFD = INVALID_HANDLE_VALUE;
284 typedef int RawFD; typedef
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);
H A Dsysinfo.h49 #include "base/logging.h" // for RawFD
232 void DumpProcSelfMaps(RawFD fd);
H A Dsysinfo.cc1128 void DumpProcSelfMaps(RawFD fd) {
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlogging.cc47 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) {
H A Dlogging.h247 typedef HANDLE RawFD; typedef
248 const RawFD kIllegalRawFD = INVALID_HANDLE_VALUE;
250 typedef int RawFD; typedef
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);
H A Dsysinfo.h49 #include "base/logging.h" // for RawFD
232 void DumpProcSelfMaps(RawFD fd);
H A Dsysinfo.cc969 void DumpProcSelfMaps(RawFD fd) {
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Ddeep-heap-profile.h75 RawFD fd);
114 TextBuffer(char *raw_buffer, int size, RawFD fd)
141 RawFD fd_;
231 RawFD pagemap_fd_;
232 RawFD kpagecount_fd_;
H A Dheap-profile-table.h40 #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.
H A Ddeep-heap-profile.cc70 RawFD fd;
333 RawFD fd) {
697 RawFD fd = RawOpenForWriting(filename);
1133 RawFD fd = RawOpenForWriting(filename);
1158 RawFD fd) {
H A Dheap-profile-table.cc68 #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);
H A Dheap-profiler.cc290 RawFD fd = RawOpenForWriting(file_name);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profile-table.h40 #include "base/logging.h" // for RawFD
252 RawFD fd; // file to write to
255 DumpArgs(RawFD a, Stats* d)
H A Dheap-profiler.cc233 RawFD fd = RawOpenForWriting(file_name);
H A Dheap-profile-table.cc68 #include "base/logging.h" // for the RawFD I/O commands
507 RawFD fd = RawOpenForWriting(file_name);

Completed in 209 milliseconds