1 write to MountPoint
System.Diagnostics.Process (1)
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcMountInfo.TryParseMountInfoLine.cs (1)
85
MountPoint
= mountPoint,
7 references to MountPoint
System.Diagnostics.Process (7)
src\libraries\Common\src\Interop\Linux\cgroups\Interop.cgroups.cs (1)
348
path = mount.
MountPoint
.ToString();
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcMountInfo.cs (6)
32
if (mount.
MountPoint
.Length < currentBestLength)
37
if (!path.StartsWith(mount.
MountPoint
))
42
if (mount.
MountPoint
.Length == path.Length)
48
if (mount.
MountPoint
.Length > 1 && path[mount.
MountPoint
.Length] != '/')
53
currentBestLength = mount.
MountPoint
.Length;