HomeSort by relevance Sort by last modified time
    Searched full:drive_type (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/storage_monitor/
volume_mount_watcher_win.cc 60 UINT drive_type = GetDriveType(mount_point.c_str()); local
61 if (drive_type == DRIVE_FIXED || drive_type == DRIVE_REMOTE ||
62 drive_type == DRIVE_RAMDISK) {
65 if (drive_type != DRIVE_REMOVABLE)