Home | History | Annotate | Download | only in test

Lines Matching defs:pipe

45     MojoHandle pipe() const { return pipe_.get().value(); }
76 handler(c.pipe(), &expected_exit_code);
83 ////// Message pipe test utilities ///////
85 // Creates a new pipe, returning endpoint handles in |p0| and |p1|.
88 // Writes a string to the pipe, transferring handles in the process.
94 // Writes a string to the pipe with no handles.
97 // Reads a string from the pipe, expecting to read an exact number of handles
103 // Reads a string from the pipe, expecting either zero or one handles.
108 // Reads a string from the pipe, expecting to read no handles.
112 // Reads a string from the pipe, expecting to read no handles and exactly
142 //////// Data pipe test utilities /////////
144 // Creates a new data pipe.
149 // Writes data to a data pipe.
152 // Reads data from a data pipe.
170 // to a new message pipe bound to |pipe_name|. |pipe_name| is automatically
197 // |pipe_name| will be bound to the MojoHandle of a message pipe connected
198 // to the parent process (see RUN_CHILD_ON_PIPE above.) This pipe handle is