Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/
Ddirent.go64 func ParseDirent(buf []byte, max int, names []string) (consumed int, count int, newnames []string) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Ddirent.go61 func ParseDirent(buf []byte, max int, names []string) (consumed int, count int, newnames []string) { func