Home
last modified time | relevance | path

Searched refs:GetVolumeInformation (Results 1 – 25 of 835) sorted by relevance

12345678910>>...34

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/kernel32/
H A DInterop.GetVolumeInformation.cs13 …internal static extern bool GetVolumeInformation(string drive, [Out]StringBuilder volumeName, int … in GetVolumeInformation() method in Interop.Kernel32
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/Microsoft/go-winio/pkg/fs/
H A Dfs_windows.go28 …err = windows.GetVolumeInformation(windows.StringToUTF16Ptr(drive), nil, 0, nil, nil, nil, &buf[0]…
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/vendor/github.com/Microsoft/go-winio/pkg/fs/
H A Dfs_windows.go28 …err = windows.GetVolumeInformation(windows.StringToUTF16Ptr(drive), nil, 0, nil, nil, nil, &buf[0]…
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/Microsoft/go-winio/pkg/fs/
H A Dfs_windows.go28 …err = windows.GetVolumeInformation(windows.StringToUTF16Ptr(drive), nil, 0, nil, nil, nil, &buf[0]…
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/Microsoft/go-winio/pkg/fs/
H A Dfs_windows.go28 …err = windows.GetVolumeInformation(windows.StringToUTF16Ptr(drive), nil, 0, nil, nil, nil, &buf[0]…
/dports/net/rclone/rclone-1.57.0/vendor/github.com/Microsoft/go-winio/pkg/fs/
H A Dfs_windows.go28 …err = windows.GetVolumeInformation(windows.StringToUTF16Ptr(drive), nil, 0, nil, nil, nil, &buf[0]…
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/vendor/github.com/Microsoft/go-winio/pkg/fs/
H A Dfs_windows.go28 …err = windows.GetVolumeInformation(windows.StringToUTF16Ptr(drive), nil, 0, nil, nil, nil, &buf[0]…
/dports/dns/nextdns/nextdns-1.32.2/vendor/github.com/Microsoft/go-winio/pkg/fs/
H A Dfs_windows.go28 …err = windows.GetVolumeInformation(windows.StringToUTF16Ptr(drive), nil, 0, nil, nil, nil, &buf[0]…
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/Microsoft/go-winio/pkg/fs/
H A Dfs_windows.go28 …err = windows.GetVolumeInformation(windows.StringToUTF16Ptr(drive), nil, 0, nil, nil, nil, &buf[0]…
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/Microsoft/go-winio/pkg/fs/
H A Dfs_windows.go28 …err = windows.GetVolumeInformation(windows.StringToUTF16Ptr(drive), nil, 0, nil, nil, nil, &buf[0]…
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/Microsoft/go-winio/pkg/fs/
H A Dfs_windows.go28 …err = windows.GetVolumeInformation(windows.StringToUTF16Ptr(drive), nil, 0, nil, nil, nil, &buf[0]…
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/Microsoft/go-winio/pkg/fs/
H A Dfs_windows.go28 …err = windows.GetVolumeInformation(windows.StringToUTF16Ptr(drive), nil, 0, nil, nil, nil, &buf[0]…
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.FileSystem.DriveInfo/src/System/IO/
H A DDriveInfo.Windows.cs68 …bool r = Interop.Kernel32.GetVolumeInformation(Name, volumeName, volNameLen, out serialNumber, out…
178 …bool r = Interop.Kernel32.GetVolumeInformation(Name, volumeName, volNameLen, out serialNumber, out…
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.FileSystem.DriveInfo/tests/
H A DDriveInfo.Windows.Tests.cs111 …bool r = GetVolumeInformation(validDrive.Name, volumeName, volNameLen, out serialNumber, out maxFi… in TestDriveFormat()
208 …bool volumeInformationSuccess = GetVolumeInformation(validDrive.Name, volumeName, volNameLen, out … in GetVolumeLabel_Returns_CorrectLabel()
274 …internal static extern bool GetVolumeInformation(string drive, StringBuilder volumeName, int volum… in GetVolumeInformation() method in System.IO.FileSystem.DriveInfoTests.DriveInfoWindowsTests
/dports/www/firefox-legacy/firefox-52.8.0esr/python/mozbuild/mozbuild/test/
H A Dtest_jarmaker.py63 GetVolumeInformation = ctypes.windll.kernel32.GetVolumeInformationA variable
64 GetVolumeInformation.argtypes = [ctypes.c_char_p, ctypes.c_char_p, DWORD,
67 GetVolumeInformation.restype = ctypes.c_int
79 rv = GetVolumeInformation(volpath, None, 0, None, None, None, fsname,
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/utils/
H A Dplatform.cpp34 GetVolumeInformation("C:\\", in get_host_id()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.FileSystem/tests/PortedCommon/
H A DDllImports.cs18 …internal static extern bool GetVolumeInformation(String drive, [Out]StringBuilder volumeName, int … in GetVolumeInformation() method in DllImports
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/keybase/gomounts/
H A Dwindows.go30 …if C.GetVolumeInformation(C.LPCSTR(unsafe.Pointer(cRootPath)), nil, 0, nil, nil, nil, C.LPCSTR(uns…
/dports/lang/perl5.30/perl-5.30.3/win32/
H A Dperlglob.c42 if (GetVolumeInformation(root, volname, MAX_PATH, in main()
/dports/lang/perl5.34/perl-5.34.0/win32/
H A Dperlglob.c45 if (GetVolumeInformation(root, volname, MAX_PATH, in main()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/win32/
H A Dperlglob.c45 if (GetVolumeInformation(root, volname, MAX_PATH, in main()
/dports/lang/perl5.32/perl-5.32.1/win32/
H A Dperlglob.c45 if (GetVolumeInformation(root, volname, MAX_PATH, in main()
/dports/www/firefox-esr/firefox-91.8.0/python/mozbuild/mozbuild/test/
H A Dtest_jarmaker.py75 GetVolumeInformation = ctypes.windll.kernel32.GetVolumeInformationA variable
76 GetVolumeInformation.argtypes = [
86 GetVolumeInformation.restype = ctypes.c_int
99 rv = GetVolumeInformation(
/dports/www/firefox/firefox-99.0/python/mozbuild/mozbuild/test/
H A Dtest_jarmaker.py75 GetVolumeInformation = ctypes.windll.kernel32.GetVolumeInformationA variable
76 GetVolumeInformation.argtypes = [
86 GetVolumeInformation.restype = ctypes.c_int
99 rv = GetVolumeInformation(
/dports/lang/spidermonkey60/firefox-60.9.0/python/mozbuild/mozbuild/test/
H A Dtest_jarmaker.py63 GetVolumeInformation = ctypes.windll.kernel32.GetVolumeInformationA variable
64 GetVolumeInformation.argtypes = [ctypes.c_char_p, ctypes.c_char_p, DWORD,
67 GetVolumeInformation.restype = ctypes.c_int
79 rv = GetVolumeInformation(volpath, None, 0, None, None, None, fsname,

12345678910>>...34