Home
last modified time | relevance | path

Searched refs:ScopedFDPair (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/memory/
Dplatform_shared_memory_region_posix.cc55 ScopedFDPair::ScopedFDPair() = default;
57 ScopedFDPair::ScopedFDPair(ScopedFDPair&&) = default;
59 ScopedFDPair& ScopedFDPair::operator=(ScopedFDPair&&) = default;
61 ScopedFDPair::~ScopedFDPair() = default;
63 ScopedFDPair::ScopedFDPair(ScopedFD in_fd, ScopedFD in_readonly_fd) in ScopedFDPair() function in base::subtle::ScopedFDPair
66 FDPair ScopedFDPair::get() const { in get()
72 ScopedFDPair handle, in Take()
321 ScopedFDPair handle, in PlatformSharedMemoryRegion()
Dplatform_shared_memory_region.h42 struct BASE_EXPORT ScopedFDPair { struct
43 ScopedFDPair();
44 ScopedFDPair(ScopedFD in_fd, ScopedFD in_readonly_fd);
45 ScopedFDPair(ScopedFDPair&&);
46 ScopedFDPair& operator=(ScopedFDPair&&); argument
47 ~ScopedFDPair();
109 using ScopedPlatformHandle = ScopedFDPair;
/external/libchrome/mojo/core/
Dplatform_handle_utils.cc62 return base::subtle::ScopedFDPair(handle.TakeFD(), readonly_handle.TakeFD()); in CreateSharedMemoryRegionHandleFromPlatformHandles()
/external/libchrome/ipc/
Dipc_message_utils.cc908 base::subtle::ScopedFDPair h = in Write()
987 base::subtle::ScopedFDPair( in Read()