Home
last modified time | relevance | path

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

/aosp_15_r20/external/boringssl/src/ssl/test/runner/
H A Drunner.go1230 type shimProcess struct { struct
1231 cmd *exec.Cmd
1234 done chan struct{}
1235 childErr error
1236 listener *shimListener
1237 stdout, stderr bytes.Buffer
1291 func (s *shimProcess) accept() (net.Conn, error) {
1300 func (s *shimProcess) wait() error {
1318 func (s *shimProcess) close() {
1323 func doExchanges(test *testCase, shim *shimProcess, resumeCount int, transcripts *[][]byte) error {
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/
H A Drunner.go1230 type shimProcess struct { struct
1231 cmd *exec.Cmd
1234 done chan struct{}
1235 childErr error
1236 listener *shimListener
1237 stdout, stderr bytes.Buffer
1291 func (s *shimProcess) accept() (net.Conn, error) {
1300 func (s *shimProcess) wait() error {
1318 func (s *shimProcess) close() {
1323 func doExchanges(test *testCase, shim *shimProcess, resumeCount int, transcripts *[][]byte) error {