Searched defs:fd (Results 1 – 1 of 1) sorted by relevance
| /tracing/tracing-perfetto-binary/src/main/cpp/perfetto/ |
| D | perfetto.cc | 2521 PlatformHandle fd() const { return event_handle_.get(); } in fd() function in perfetto::base::EventFd 2932 ssize_t Read(int fd, void* dst, size_t dst_size) { in Read() 2940 bool ReadFileDescriptor(int fd, std::string* out) { in ReadFileDescriptor() 2999 base::ScopedFile fd = base::OpenFile(path, O_RDONLY); in ReadFile() local 3006 ssize_t WriteAll(int fd, const void* buf, size_t count) { in WriteAll() 3036 bool FlushFile(int fd) { in FlushFile() 3064 int CloseFile(int fd) { in CloseFile() 3072 ScopedFile fd(_open(path.c_str(), flags | O_BINARY, mode)); in OpenFile() local 3075 ScopedFile fd(open(path.c_str(), flags | O_CLOEXEC, mode)); in OpenFile() local 5968 int fd() const { return *fd_; } in fd() function in perfetto::base::TempFile [all …]
|