HomeSort by relevance Sort by last modified time
    Searched defs:PlatformFileAttachment (Results 1 - 2 of 2) 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;

Completed in 66 milliseconds