Searched refs:drive_type (Results 1 – 2 of 2) sorted by relevance
296 UINT drive_type; in main() local347 drive_type = GetDriveType(drive_root); in main()350 if ((drive_type == DRIVE_FIXED) && (opt.force == 0)) { in main()356 if ((drive_type != DRIVE_FIXED) && (drive_type != DRIVE_REMOVABLE)) { in main()
403 UINT drive_type = ::GetDriveType(target_drive); in GetDiskFreeSpace() local404 if ((drive_type == DRIVE_REMOTE) || (drive_type == DRIVE_UNKNOWN)) { in GetDiskFreeSpace()