- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for Getdents (0.08 seconds)
-
cmd/os_unix.go
} return nil } // The buffer must be at least a block long. // refer https://github.com/golang/go/issues/24015 const blockSize = 8 << 10 // 8192 // By default at least 128 entries in single getdents call (1MiB buffer) var ( direntPool = bpool.Pool[*[]byte]{ New: func() *[]byte { buf := make([]byte, blockSize*128) return &buf }, } direntNamePool = bpool.Pool[*[]byte]{
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 9.3K bytes - Click Count (0) -
api/go1.txt
pkg syscall (linux-386), func Futimes(int, []Timeval) error pkg syscall (linux-386), func Futimesat(int, string, []Timeval) error pkg syscall (linux-386), func Getcwd([]uint8) (int, error) pkg syscall (linux-386), func Getdents(int, []uint8) (int, error) pkg syscall (linux-386), func Getpeername(int) (Sockaddr, error) pkg syscall (linux-386), func Getpgid(int) (int, error) pkg syscall (linux-386), func Getpgrp() int
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0) -
api/go1.2.txt
pkg syscall (linux-arm-cgo), func Futimesat(int, string, []Timeval) error pkg syscall (linux-arm-cgo), func Getcwd([]uint8) (int, error) pkg syscall (linux-arm-cgo), func Getdents(int, []uint8) (int, error) pkg syscall (linux-arm-cgo), func Getpeername(int) (Sockaddr, error) pkg syscall (linux-arm-cgo), func Getpgid(int) (int, error) pkg syscall (linux-arm-cgo), func Getpgrp() int
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Oct 18 04:36:59 GMT 2013 - 1.9M bytes - Click Count (1)