- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for OPEN_EXISTING (0.12 sec)
-
internal/lock/lock_windows.go
} var createflag uint32 switch { case flag&syscall.O_CREAT == syscall.O_CREAT: createflag = syscall.OPEN_ALWAYS default: createflag = syscall.OPEN_EXISTING } shareflag := uint32(syscall.FILE_SHARE_READ | syscall.FILE_SHARE_WRITE | syscall.FILE_SHARE_DELETE) accessAttr := uint32(syscall.FILE_ATTRIBUTE_NORMAL | 0x80000000)
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Oct 18 18:08:15 UTC 2023 - 7.9K bytes - Viewed (0) -
api/go1.1.txt
pkg syscall (windows-386), const NameUnknown = 0 pkg syscall (windows-386), const NameUserPrincipal = 8 pkg syscall (windows-386), const OPEN_ALWAYS = 4 pkg syscall (windows-386), const OPEN_EXISTING = 3 pkg syscall (windows-386), const O_APPEND = 1024 pkg syscall (windows-386), const O_ASYNC = 8192 pkg syscall (windows-386), const O_CLOEXEC = 524288 pkg syscall (windows-386), const O_CREAT = 64
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0)