Home
last modified time | relevance | path

Searched defs:GetDiskFreeSpaceEx (Results 1 – 25 of 264) sorted by relevance

1234567891011

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/kernel32/
H A DInterop.GetDiskFreeSpaceEx.cs14 …internal static extern bool GetDiskFreeSpaceEx(string drive, out long freeBytesForUser, out long t… in GetDiskFreeSpaceEx() method in Interop.Kernel32
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.FileSystem/tests/PortedCommon/
H A DDllImports.cs15 …internal static extern bool GetDiskFreeSpaceEx(String drive, out long freeBytesForUser, out long t… in GetDiskFreeSpaceEx() method in DllImports
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.FileSystem.DriveInfo/tests/
H A DDriveInfo.Windows.Tests.cs280 …internal static extern bool GetDiskFreeSpaceEx(string drive, out long freeBytesForUser, out long t… in GetDiskFreeSpaceEx() method in System.IO.FileSystem.DriveInfoTests.DriveInfoWindowsTests
/dports/multimedia/gpodder/gpodder-3.10.17/src/gpodder/
H A Dutilwin32ctypes.py82 def GetDiskFreeSpaceEx(lpDirectoryName): function
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dnewapis.h16 #define GetDiskFreeSpaceEx _GetDiskFreeSpaceEx macro
H A Dfileapi.h194 #define GetDiskFreeSpaceEx __MINGW_NAME_AW(GetDiskFreeSpaceEx) macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dnewapis.h16 #define GetDiskFreeSpaceEx _GetDiskFreeSpaceEx macro
H A Dfileapi.h194 #define GetDiskFreeSpaceEx __MINGW_NAME_AW(GetDiskFreeSpaceEx) macro
/dports/net/storj/storj-1.45.3/vendor/github.com/cloudfoundry/gosigar/sys/windows/
H A Dsyscall_windows.go308 func GetDiskFreeSpaceEx(directoryName string) (freeBytesAvailable, totalNumberOfBytes, totalNumberO… func
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/shirou/w32/
H A Dkernel32.go307 func GetDiskFreeSpaceEx(dirName string) (r bool, func
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/shirou/w32/
H A Dkernel32.go307 func GetDiskFreeSpaceEx(dirName string) (r bool, func
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dkernel32.go307 func GetDiskFreeSpaceEx(dirName string) (r bool, func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dkernel32.go307 func GetDiskFreeSpaceEx(dirName string) (r bool, func
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/shirou/w32/
H A Dkernel32.go307 func GetDiskFreeSpaceEx(dirName string) (r bool, func
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/shirou/w32/
H A Dkernel32.go307 func GetDiskFreeSpaceEx(dirName string) (r bool, func
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dkernel32.go307 func GetDiskFreeSpaceEx(dirName string) (r bool, func
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/shirou/w32/
H A Dkernel32.go307 func GetDiskFreeSpaceEx(dirName string) (r bool, func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dkernel32.go307 func GetDiskFreeSpaceEx(dirName string) (r bool, func
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dkernel32.go307 func GetDiskFreeSpaceEx(dirName string) (r bool, func
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/shirou/w32/
H A Dkernel32.go307 func GetDiskFreeSpaceEx(dirName string) (r bool, func
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/msos/
H A Dwin32.cxx406 static GetDiskFreeSpaceExType GetDiskFreeSpaceEx = in GetVolumeSpace() local
/dports/devel/py-fs/fs-0.5.4/fs/expose/dokan/
H A D__init__.py692 def GetDiskFreeSpaceEx(self, nBytesAvail, nBytesTotal, nBytesFree, info): member in FSOperations
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/Nt32Pkg/Include/Protocol/
H A DWinNtThunk.h1214 WinNtGetDiskFreeSpaceEx GetDiskFreeSpaceEx; member
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Sample/Platform/Nt32/Protocol/WinNtThunk/
H A DWinNtThunk.h1199 WinNtGetDiskFreeSpaceEx GetDiskFreeSpaceEx; member
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsNativeDispatcher.java476 static DiskFreeSpace GetDiskFreeSpaceEx(String path) in GetDiskFreeSpaceEx() method in WindowsNativeDispatcher

1234567891011