Lines Matching full:primary
41 // The destructor will close the primary and secondary file descriptors if they
50 // Close the primary file descriptor if it is valid.
68 // Open the primary side of a pseudo terminal in OpenFirstAvailablePrimary()
160 // Primary FD should have O_CLOEXEC set, but let's close it just in in Fork()
182 // The primary file descriptor accessor. This object retains ownership of the
183 // primary file descriptor when this accessor is used. Use
185 // of the primary file descriptor.
187 // Returns the primary file descriptor, or -1 if the primary file descriptor is
199 // Release ownership of the primary pseudo terminal file descriptor without
200 // closing it. The destructor for this class will close the primary file
201 // descriptor if the ownership isn't released using this call and the primary
204 // Release ownership of the primary pseudo terminal file descriptor without in ReleasePrimaryFileDescriptor()