Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/internal/poll/
Dfd_wasip1.go14 type SysFile struct { struct
21 RefCountPtr *int32
25 RefCount int32
28 Filetype uint32
32 Dircookie uint64
37 Path string
45 func (s *SysFile) init() {
52 func (s *SysFile) ref() SysFile {
57 func (s *SysFile) destroy(fd int) error {
Dfd_unixjs.go11 type SysFile struct { struct
13 iovecs *[]syscall.Iovec
16 func (s *SysFile) init() {}
18 func (s *SysFile) destroy(fd int) error {
Dfd_unix.go27 SysFile anonMember