Searched defs:ReadDirent (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/ |
D | readdirent_getdirentries.go | 12 func ReadDirent(fd int, buf []byte) (n int, err error) { func
|
D | readdirent_getdents.go | 10 func ReadDirent(fd int, buf []byte) (n int, err error) { func
|
D | syscall_solaris.go | 227 func ReadDirent(fd int, buf []byte) (n int, err error) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/poll/ |
D | fd_unixjs.go | 52 func (fd *FD) ReadDirent(buf []byte) (int, error) { func
|
D | fd_wasip1.go | 124 func (fd *FD) ReadDirent(buf []byte) (int, error) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/ |
D | syscall_bsd.go | 80 func ReadDirent(fd int, buf []byte) (n int, err error) { func
|
D | fs_js.go | 138 func ReadDirent(fd int, buf []byte) (int, error) { func
|
D | syscall_solaris.go | 216 func ReadDirent(fd int, buf []byte) (n int, err error) { func
|
D | syscall_aix.go | 215 func ReadDirent(fd int, buf []byte) (n int, err error) { func
|
D | syscall_linux.go | 1001 func ReadDirent(fd int, buf []byte) (n int, err error) { func
|