Home
last modified time | relevance | path

Searched defs:ScopedFDPair (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/memory/
Dplatform_shared_memory_region.h42 struct BASE_EXPORT ScopedFDPair { struct
46 ScopedFDPair& operator=(ScopedFDPair&&); argument
51 ScopedFD fd;
52 ScopedFD readonly_fd;
Dplatform_shared_memory_region_posix.cc63 ScopedFDPair::ScopedFDPair(ScopedFD in_fd, ScopedFD in_readonly_fd) in ScopedFDPair() function in base::subtle::ScopedFDPair