Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Drunner.go1250 type shimProcess struct { struct
1251 cmd *exec.Cmd
1252 waitChan chan error
1253 listener *net.TCPListener
1254 stdout, stderr bytes.Buffer
1300 func (s *shimProcess) accept() (net.Conn, error) {
1327 func (s *shimProcess) wait() error {
1346 func (s *shimProcess) close() {
1351 func doExchanges(test *testCase, shim *shimProcess, resumeCount int, transcripts *[][]byte) error {