Home
last modified time | relevance | path

Searched refs:GetLogicalDrives (Results 1 – 25 of 910) sorted by relevance

12345678910>>...37

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Extensions/tests/Performance/
H A DPerf.Environment.cs142 public void GetLogicalDrives() in GetLogicalDrives() method in System.Tests.Perf_Environment
147 arr = Environment.GetLogicalDrives(); in GetLogicalDrives()
154 …arr = Environment.GetLogicalDrives(); arr = Environment.GetLogicalDrives(); arr = Environment.GetL… in GetLogicalDrives()
155 …arr = Environment.GetLogicalDrives(); arr = Environment.GetLogicalDrives(); arr = Environment.GetL… in GetLogicalDrives()
156 …arr = Environment.GetLogicalDrives(); arr = Environment.GetLogicalDrives(); arr = Environment.GetL… in GetLogicalDrives()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.FileSystem/tests/PortedCommon/
H A DIOServices.cs18 foreach (string drive in GetLogicalDrives()) in GetReadyDrives()
27 string[] drives = GetLogicalDrives(); in GetNotReadyDrive()
39 string[] availableDrives = GetLogicalDrives(); in GetNonExistentDrive()
57 foreach (string otherDrive in GetLogicalDrives()) in GetNtfsDriveOtherThan()
82 foreach (string otherDrive in GetLogicalDrives()) in GetNonNtfsDriveOtherThan()
194 private static string[] GetLogicalDrives() in GetLogicalDrives() method in IOServices
196 int drives = DllImports.GetLogicalDrives(); in GetLogicalDrives()
H A DDllImports.cs12 internal static extern int GetLogicalDrives(); in GetLogicalDrives() method in DllImports
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/elastic/go-sysinfo/providers/windows/
H A Ddevice_windows.go47 GetLogicalDrives() (uint32, error) methodSpec
112 mask, err := mapper.GetLogicalDrives()
151 func (winapiDeviceProvider) GetLogicalDrives() (uint32, error) { func
152 return windows.GetLogicalDrives()
159 func (m testingDeviceProvider) GetLogicalDrives() (mask uint32, err error) { func
/dports/net/traefik/traefik-2.6.1/vendor/github.com/elastic/go-sysinfo/providers/windows/
H A Ddevice_windows.go47 GetLogicalDrives() (uint32, error) methodSpec
112 mask, err := mapper.GetLogicalDrives()
151 func (winapiDeviceProvider) GetLogicalDrives() (uint32, error) { func
152 return windows.GetLogicalDrives()
159 func (m testingDeviceProvider) GetLogicalDrives() (mask uint32, err error) { func
/dports/audio/picard/picard-release-2.6.2/picard/util/
H A Dcdrom.py84 GetLogicalDrives = windll.kernel32.GetLogicalDrives
87 mask = GetLogicalDrives()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/IO/
H A DDriveInfoInternal.Win32.cs13 public static string[] GetLogicalDrives() in GetLogicalDrives() method in System.IO.DriveInfoInternal
15 int drives = Interop.Kernel32.GetLogicalDrives(); in GetLogicalDrives()
H A DDriveInfoInternal.Unix.cs13 internal static string[] GetLogicalDrives() => Interop.Sys.GetAllMountPoints(); in GetLogicalDrives() method in System.IO.DriveInfoInternal
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.FileSystem/tests/Directory/
H A DGetLogicalDrives.cs17 string[] drives = Directory.GetLogicalDrives(); in GetsValidDriveStrings_Unix()
27 string[] drives = Directory.GetLogicalDrives(); in GetsValidDriveStrings_Windows()
/dports/math/scilab/scilab-6.1.1/scilab/modules/fileio/src/c/
H A Dgetdrives.c32 DWORD uDriveMask = GetLogicalDrives(); in getdrives()
73 DWORD uDriveMask = GetLogicalDrives(); in getdrivesW()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Extensions/src/System/
H A DEnvironment.Windows.cs67 public static string[] GetLogicalDrives() => DriveInfoInternal.GetLogicalDrives(); in GetLogicalDrives() method in System.Environment
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/kernel32/
H A DInterop.GetLogicalDrive.cs12 internal static extern int GetLogicalDrives(); in GetLogicalDrives() method in Interop.Kernel32
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.FileSystem.DriveInfo/tests/
H A DDriveInfo.Windows.Tests.cs271 internal static extern int GetLogicalDrives(); in GetLogicalDrives() method in System.IO.FileSystem.DriveInfoTests.DriveInfoWindowsTests
284 uint mask = (uint)GetLogicalDrives(); in GetValidDriveLettersOnMachine()
298 uint mask = (uint)GetLogicalDrives(); in GetInvalidDriveLettersOnMachine()
/dports/emulators/vice/vice-3.5/src/arch/shared/
H A Darchdep_list_drives.c43 bits = GetLogicalDrives(); in archdep_list_drives()
/dports/sysutils/py-salt/salt-3004.1/tests/unit/modules/
H A Dtest_win_disk.py20 def GetLogicalDrives():
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/keybase/gomounts/
H A Dwindows.go21 drives := uint32(C.GetLogicalDrives())
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Extensions/tests/System/
H A DEnvironmentTests.cs402 string[] drives = Environment.GetLogicalDrives(); in GetLogicalDrives_Unix_AtLeastOneIsRoot()
413 string[] drives = Environment.GetLogicalDrives(); in GetLogicalDrives_Windows_MatchesExpectedLetters()
415 uint mask = (uint)GetLogicalDrives(); in GetLogicalDrives_Windows_MatchesExpectedLetters()
429 internal static extern int GetLogicalDrives(); in GetLogicalDrives() method in System.Tests.EnvironmentTests
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dwin_disk.py45 drive_bitmask = ctypes.windll.kernel32.GetLogicalDrives()
/dports/multimedia/vlc/vlc-3.0.16/modules/services_discovery/
H A Dwindrive.c61 LONG drives = GetLogicalDrives (); in vlc_module_begin()
/dports/games/corsix-th/CorsixTH-0.65.1/CorsixTH/Src/
H A Dth_lua_lfs_ext.cpp44 DWORD iDriveMask = GetLogicalDrives(); in l_volume_list()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/win10/storage/
H A DWin10StorageProvider.cpp159 DWORD drivesBits = GetLogicalDrives(); in GetDiskUsage()
192 DWORD drivesBits = GetLogicalDrives(); in GetDrivesByType()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.IO/
H A DDirectory.cs268 public static string[] GetLogicalDrives () in GetLogicalDrives() method in System.IO.Directory
270 return Environment.GetLogicalDrives (); in GetLogicalDrives()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysys/
H A Dmy_access.cc175 DWORD drive_mask = GetLogicalDrives(); in does_drive_exists()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysys/
H A Dmy_access.c182 DWORD drive_mask= GetLogicalDrives(); in does_drive_exists()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysys/
H A Dmy_access.c182 DWORD drive_mask= GetLogicalDrives(); in does_drive_exists()

12345678910>>...37