Home
last modified time | relevance | path

Searched defs:GetFormatInfoForMountPoint (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Unix/System.Native/
H A DInterop.MountPoints.FormatInfo.cs133 private static extern unsafe int GetFormatInfoForMountPoint( in GetFormatInfoForMountPoint() method in Interop.Sys
139 internal static int GetFormatInfoForMountPoint(string name, out string format) in GetFormatInfoForMountPoint() method in Interop.Sys
145 internal static int GetFormatInfoForMountPoint(string name, out DriveType type) in GetFormatInfoForMountPoint() method in Interop.Sys
151 … private static int GetFormatInfoForMountPoint(string name, out string format, out DriveType type) in GetFormatInfoForMountPoint() method in Interop.Sys