Searched refs:drive_path (Results 1 - 1 of 1) sorted by relevance

/external/qemu/block/
H A Draw-win32.c38 char drive_path[16]; /* format: "d:\" */ member in struct:BDRVRawState
192 if (!GetDiskFreeSpaceEx(s->drive_path, &available, &total, &total_free))
290 snprintf(s->drive_path, sizeof(s->drive_path), "%c:\\", p[0]);
291 type = GetDriveType(s->drive_path);

Completed in 205 milliseconds