4 references to O_CREAT
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\Microsoft\Win32\SafeHandles\SafeFileHandle.Unix.cs (3)
257
flags |= Interop.Sys.OpenFlags.
O_CREAT
;
261
flags |= Interop.Sys.OpenFlags.
O_CREAT
;
269
flags |= (Interop.Sys.OpenFlags.
O_CREAT
| Interop.Sys.OpenFlags.O_EXCL);
src\libraries\System.Private.CoreLib\src\System\IO\SharedMemoryManager.Unix.cs (1)
469
Interop.Sys.OpenFlags.O_RDWR | Interop.Sys.OpenFlags.O_CLOEXEC | Interop.Sys.OpenFlags.
O_CREAT
| Interop.Sys.OpenFlags.O_EXCL,