DriveNumberToFilePath 164 components/storage_monitor/storage_monitor_win_unittest.cc VolumeMountWatcherWin::DriveNumberToFilePath(*it), &removable)); DriveNumberToFilePath 194 components/storage_monitor/storage_monitor_win_unittest.cc VolumeMountWatcherWin::DriveNumberToFilePath(*it), &info)); DriveNumberToFilePath 412 components/storage_monitor/storage_monitor_win_unittest.cc VolumeMountWatcherWin::DriveNumberToFilePath(8); // I: DriveNumberToFilePath 518 components/storage_monitor/storage_monitor_win_unittest.cc TEST_F(StorageMonitorWinTest, DriveNumberToFilePath) { DriveNumberToFilePath 519 components/storage_monitor/storage_monitor_win_unittest.cc EXPECT_EQ(L"A:\\", VolumeMountWatcherWin::DriveNumberToFilePath(0).value()); DriveNumberToFilePath 520 components/storage_monitor/storage_monitor_win_unittest.cc EXPECT_EQ(L"Y:\\", VolumeMountWatcherWin::DriveNumberToFilePath(24).value()); DriveNumberToFilePath 521 components/storage_monitor/storage_monitor_win_unittest.cc EXPECT_EQ(L"", VolumeMountWatcherWin::DriveNumberToFilePath(-1).value()); DriveNumberToFilePath 522 components/storage_monitor/storage_monitor_win_unittest.cc EXPECT_EQ(L"", VolumeMountWatcherWin::DriveNumberToFilePath(199).value()); DriveNumberToFilePath 30 components/storage_monitor/test_volume_mount_watcher_win.cc result.push_back(VolumeMountWatcherWin::DriveNumberToFilePath(2)); // C DriveNumberToFilePath 35 components/storage_monitor/test_volume_mount_watcher_win.cc if (temp_root != VolumeMountWatcherWin::DriveNumberToFilePath(2)) DriveNumberToFilePath 43 components/storage_monitor/test_volume_mount_watcher_win.cc result.push_back(VolumeMountWatcherWin::DriveNumberToFilePath(0)); // A DriveNumberToFilePath 44 components/storage_monitor/test_volume_mount_watcher_win.cc result.push_back(VolumeMountWatcherWin::DriveNumberToFilePath(1)); // B DriveNumberToFilePath 45 components/storage_monitor/test_volume_mount_watcher_win.cc result.push_back(VolumeMountWatcherWin::DriveNumberToFilePath(2)); // C DriveNumberToFilePath 46 components/storage_monitor/test_volume_mount_watcher_win.cc result.push_back(VolumeMountWatcherWin::DriveNumberToFilePath(3)); // D DriveNumberToFilePath 47 components/storage_monitor/test_volume_mount_watcher_win.cc result.push_back(VolumeMountWatcherWin::DriveNumberToFilePath(5)); // F DriveNumberToFilePath 48 components/storage_monitor/test_volume_mount_watcher_win.cc result.push_back(VolumeMountWatcherWin::DriveNumberToFilePath(7)); // H DriveNumberToFilePath 49 components/storage_monitor/test_volume_mount_watcher_win.cc result.push_back(VolumeMountWatcherWin::DriveNumberToFilePath(13)); // N DriveNumberToFilePath 50 components/storage_monitor/test_volume_mount_watcher_win.cc result.push_back(VolumeMountWatcherWin::DriveNumberToFilePath(25)); // Z DriveNumberToFilePath 454 components/storage_monitor/volume_mount_watcher_win.cc paths.push_back(DriveNumberToFilePath(i)); DriveNumberToFilePath 466 components/storage_monitor/volume_mount_watcher_win.cc HandleDeviceDetachEventOnUIThread(DriveNumberToFilePath(i).value()); DriveNumberToFilePath 38 components/storage_monitor/volume_mount_watcher_win.h static base::FilePath DriveNumberToFilePath(int drive_number);