Searched refs:supportsCreateWithStickyBit (Results 1 – 4 of 4) sorted by relevance
9 const supportsCreateWithStickyBit = true const
11 const supportsCreateWithStickyBit = false const
266 if !supportsCreateWithStickyBit && flag&O_CREATE != 0 && perm&ModeSticky != 0 {
318 if !supportsCreateWithStickyBit && perm&ModeSticky != 0 {