Home
last modified time | relevance | path

Searched refs:owning_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/ipc/
Dipc_platform_file_attachment_posix.h30 bool Owns() const { return owning_.is_valid(); } in Owns()
36 base::ScopedFD owning_; variable
Dipc_platform_file_attachment_posix.cc17 : file_(file.get()), owning_(std::move(file)) {} in PlatformFileAttachment()
26 ignore_result(owning_.release()); in TakePlatformFile()