Home
last modified time | relevance | path

Searched refs:supportsCreateWithStickyBit (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/os/
Dsticky_notbsd.go9 const supportsCreateWithStickyBit = true const
Dsticky_bsd.go11 const supportsCreateWithStickyBit = false const
Dfile_unix.go266 if !supportsCreateWithStickyBit && flag&O_CREATE != 0 && perm&ModeSticky != 0 {
Dfile.go318 if !supportsCreateWithStickyBit && perm&ModeSticky != 0 {