4 references to Open
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\Microsoft\Win32\SafeHandles\SafeFileHandle.Unix.cs (1)
96SafeFileHandle handle = Interop.Sys.Open(path, flags, mode);
src\libraries\System.Private.CoreLib\src\System\IO\SharedMemoryManager.Unix.cs (3)
419SafeFileHandle fd = Interop.Sys.Open(sharedMemoryFilePath, Interop.Sys.OpenFlags.O_RDWR | Interop.Sys.OpenFlags.O_CLOEXEC, 0); 465fd = Interop.Sys.Open( 772fd = Interop.Sys.Open(sharedMemoryDirectory, Interop.Sys.OpenFlags.O_RDONLY, 0);