Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/poll/
Dhook_unix.go12 var CloseFunc func(int) error = syscall.Close var
Dhook_windows.go10 var CloseFunc func(syscall.Handle) error = syscall.Closesocket var
/aosp_15_r20/external/llvm-libc/src/__support/File/
H A Dfile.h52 using CloseFunc = int(File *); variable