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

  /external/libmojo/ipc/
ipc_platform_file_attachment_posix.cc 17 : file_(file.get()), owning_(std::move(file)) {}
27 ignore_result(owning_.release());
ipc_platform_file_attachment_posix.h 15 // PlatformFileAttachment optionally owns the file and |owning_| is set in that
29 bool Owns() const { return owning_.is_valid(); }
35 base::ScopedFD owning_; member in class:IPC::internal::PlatformFileAttachment

Completed in 381 milliseconds