3 references to O_CREAT
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\Microsoft\Win32\SafeHandles\SafeFileHandle.Unix.cs (3)
268
flags |= Interop.Sys.OpenFlags.
O_CREAT
;
272
flags |= Interop.Sys.OpenFlags.
O_CREAT
;
280
flags |= (Interop.Sys.OpenFlags.
O_CREAT
| Interop.Sys.OpenFlags.O_EXCL);