Home
last modified time | relevance | path

Searched refs:drive_type (Results 1 – 3 of 3) sorted by relevance

/reactos/modules/rostests/winetests/mpr/
H A Dmpr.c43 if(drive_type == DRIVE_REMOTE) in test_WNetGetUniversalName()
57 if(drive_type == DRIVE_REMOTE) in test_WNetGetUniversalName()
69 if(drive_type == DRIVE_REMOTE) in test_WNetGetUniversalName()
74 if(drive_type == DRIVE_REMOTE) in test_WNetGetUniversalName()
81 if(drive_type == DRIVE_REMOTE) in test_WNetGetUniversalName()
87 if(drive_type != DRIVE_REMOTE) in test_WNetGetUniversalName()
107 if(drive_type == DRIVE_REMOTE) in test_WNetGetRemoteName()
118 if(drive_type == DRIVE_REMOTE) in test_WNetGetRemoteName()
131 if(drive_type == DRIVE_REMOTE) in test_WNetGetRemoteName()
141 if(drive_type == DRIVE_REMOTE) in test_WNetGetRemoteName()
[all …]
/reactos/drivers/filesystems/udfs/Include/
H A Dformat_common.cpp145 JS_DEVICE_TYPE drive_type; in InitDeviceList() local
173 drive_type = CheckCDType(token,&VendorId[0]); in InitDeviceList()
186 if (drive_type != OTHER) { in InitDeviceList()
187 CallBack(hwndControl,token,info,MediaTypeStrings[drive_type],bSelect); in InitDeviceList()
/reactos/sdk/lib/ucrt/misc/
H A Dgetcwd.cpp41 UINT const drive_type = GetDriveTypeW(drive_string); in is_valid_drive() local
42 if (drive_type == DRIVE_UNKNOWN || drive_type == DRIVE_NO_ROOT_DIR) in is_valid_drive()