Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/testpty/
Dpty.go15 type PtyError struct { struct
16 FuncName string
17 ErrorString string
18 Errno error
25 func (e *PtyError) Error() string {
29 func (e *PtyError) Unwrap() error { return e.Errno }