6 references to ConvertAndTerminateString
System.Private.CoreLib (6)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.MkDir.cs (1)
18
int result = MkDir(ref MemoryMarshal.GetReference(converter.
ConvertAndTerminateString
(path)), mode);
src\libraries\Common\src\Interop\Unix\System.Native\Interop.ReadLink.cs (1)
40
ref byte pathReference = ref MemoryMarshal.GetReference(converter.
ConvertAndTerminateString
(path));
src\libraries\Common\src\Interop\Unix\System.Native\Interop.Rename.cs (2)
31
ref MemoryMarshal.GetReference(converterOldPath.
ConvertAndTerminateString
(oldPath)),
32
ref MemoryMarshal.GetReference(converterNewPath.
ConvertAndTerminateString
(newPath)));
src\libraries\Common\src\Interop\Unix\System.Native\Interop.Stat.Span.cs (2)
18
int result = Stat(ref MemoryMarshal.GetReference(converter.
ConvertAndTerminateString
(path)), out output);
29
int result = LStat(ref MemoryMarshal.GetReference(converter.
ConvertAndTerminateString
(path)), out output);