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

  /external/libmojo/ipc/
ipc_platform_file_attachment_posix.cc 12 PlatformFileAttachment::PlatformFileAttachment(base::PlatformFile file)
16 PlatformFileAttachment::PlatformFileAttachment(base::ScopedFD file)
19 PlatformFileAttachment::~PlatformFileAttachment() {
22 MessageAttachment::Type PlatformFileAttachment::GetType() const {
26 base::PlatformFile PlatformFileAttachment::TakePlatformFile() {
34 return static_cast<PlatformFileAttachment*>(attachment.get())->file();
ipc_platform_file_attachment_posix.h 15 // PlatformFileAttachment optionally owns the file and |owning_| is set in that
18 class IPC_EXPORT PlatformFileAttachment : public MessageAttachment {
21 explicit PlatformFileAttachment(base::PlatformFile file);
23 explicit PlatformFileAttachment(base::ScopedFD file);
32 ~PlatformFileAttachment() override;
ipc_message_utils.cc 633 new internal::PlatformFileAttachment(base::ScopedFD(p.fd))))
636 if (!m->WriteAttachment(new internal::PlatformFileAttachment(p.fd)))
664 static_cast<internal::PlatformFileAttachment*>(attachment.get())
    [all...]

Completed in 243 milliseconds