Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/kernel32/
H A Ddosdev.c42 UINT SystemDriveType, DriveType1, DriveType2; in test_DefineDosDeviceA() local
58 DriveType1 = GetDriveTypeA(SUBST_DRIVE_WITH_TRAILING_PATH_SEPERATOR); in test_DefineDosDeviceA()
69 ok(DriveType1 == DriveType2, "subst drive types don't match\n"); in test_DefineDosDeviceA()
70 ok(DriveType1 == SystemDriveType, "subst drive types don't match\n"); in test_DefineDosDeviceA()
90 DriveType1 = GetDriveTypeA(SUBST_DRIVE_WITH_TRAILING_PATH_SEPERATOR); in test_DefineDosDeviceA()
91 ok(DriveType1 == SystemDriveType, "subst drive types don't match\n"); in test_DefineDosDeviceA()
109 DriveType1 = GetDriveTypeA(SUBST_DRIVE_WITH_TRAILING_PATH_SEPERATOR); in test_DefineDosDeviceA()
110 ok(DriveType1 == SystemDriveType, "subst drive types don't match\n"); in test_DefineDosDeviceA()
132 DriveType1 = GetDriveTypeA(SUBST_DRIVE_WITH_TRAILING_PATH_SEPERATOR); in test_DefineDosDeviceA()
163 DriveType1 = GetDriveTypeA(SUBST_DRIVE_WITH_TRAILING_PATH_SEPERATOR); in test_DefineDosDeviceA()
[all …]