4 references to Unlink
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\Microsoft\Win32\SafeHandles\SafeFileHandle.Unix.cs (2)
137
Interop.Sys.
Unlink
(_path); // ignore errors; it's valid that the path may no longer exist
442
Interop.Sys.
Unlink
(path);
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Unix.cs (2)
154
if (Interop.Sys.
Unlink
(destBackupFullPath) != 0)
241
if (Interop.Sys.
Unlink
(fullPath) < 0)