GetStorageInfoForPath  149 components/storage_monitor/media_storage_util.cc   bool found_device = monitor->GetStorageInfoForPath(path, &info);
GetStorageInfoForPath   42 components/storage_monitor/media_transfer_protocol_device_observer_linux.h   bool GetStorageInfoForPath(const base::FilePath& path,
GetStorageInfoForPath  104 components/storage_monitor/storage_monitor.h   virtual bool GetStorageInfoForPath(
GetStorageInfoForPath  203 components/storage_monitor/storage_monitor_chromeos.cc   if (media_transfer_protocol_device_observer_->GetStorageInfoForPath(
GetStorageInfoForPath   64 components/storage_monitor/storage_monitor_chromeos.h   virtual bool GetStorageInfoForPath(const base::FilePath& path,
GetStorageInfoForPath   78 components/storage_monitor/storage_monitor_chromeos_unittest.cc     return StorageMonitorCros::GetStorageInfoForPath(path, device_info);
GetStorageInfoForPath  226 components/storage_monitor/storage_monitor_chromeos_unittest.cc   if (!monitor_->GetStorageInfoForPath(base::FilePath(device_location), &info))
GetStorageInfoForPath  282 components/storage_monitor/storage_monitor_linux.cc       media_transfer_protocol_device_observer_->GetStorageInfoForPath(
GetStorageInfoForPath   93 components/storage_monitor/storage_monitor_linux.h   virtual bool GetStorageInfoForPath(const base::FilePath& path,
GetStorageInfoForPath  245 components/storage_monitor/storage_monitor_linux_unittest.cc     if (!notifier()->GetStorageInfoForPath(path, &info))
GetStorageInfoForPath  601 components/storage_monitor/storage_monitor_linux_unittest.cc   EXPECT_TRUE(notifier()->GetStorageInfoForPath(test_path_a, &device_info));
GetStorageInfoForPath  609 components/storage_monitor/storage_monitor_linux_unittest.cc   EXPECT_TRUE(notifier()->GetStorageInfoForPath(test_path_b, &device_info));
GetStorageInfoForPath  613 components/storage_monitor/storage_monitor_linux_unittest.cc   EXPECT_TRUE(notifier()->GetStorageInfoForPath(test_path_c, &device_info));
GetStorageInfoForPath  618 components/storage_monitor/storage_monitor_linux_unittest.cc   EXPECT_FALSE(notifier()->GetStorageInfoForPath(base::FilePath(kInvalidPath),
GetStorageInfoForPath  623 components/storage_monitor/storage_monitor_linux_unittest.cc       notifier()->GetStorageInfoForPath(test_path_a.Append("some/other/path"),
GetStorageInfoForPath  639 components/storage_monitor/storage_monitor_linux_unittest.cc   EXPECT_TRUE(notifier()->GetStorageInfoForPath(test_path_a, &device_info));
GetStorageInfoForPath  642 components/storage_monitor/storage_monitor_linux_unittest.cc   EXPECT_TRUE(notifier()->GetStorageInfoForPath(test_path_b, &device_info));
GetStorageInfoForPath  645 components/storage_monitor/storage_monitor_linux_unittest.cc   EXPECT_TRUE(notifier()->GetStorageInfoForPath(test_path_c, &device_info));
GetStorageInfoForPath   41 components/storage_monitor/storage_monitor_mac.h   virtual bool GetStorageInfoForPath(
GetStorageInfoForPath   38 components/storage_monitor/storage_monitor_win.h   virtual bool GetStorageInfoForPath(const base::FilePath& path,
GetStorageInfoForPath  282 components/storage_monitor/storage_monitor_win_unittest.cc   EXPECT_FALSE(monitor_->GetStorageInfoForPath(
GetStorageInfoForPath  284 components/storage_monitor/storage_monitor_win_unittest.cc   EXPECT_TRUE(monitor_->GetStorageInfoForPath(
GetStorageInfoForPath  287 components/storage_monitor/storage_monitor_win_unittest.cc   EXPECT_TRUE(monitor_->GetStorageInfoForPath(
GetStorageInfoForPath  290 components/storage_monitor/storage_monitor_win_unittest.cc   EXPECT_TRUE(monitor_->GetStorageInfoForPath(
GetStorageInfoForPath  314 components/storage_monitor/storage_monitor_win_unittest.cc   EXPECT_TRUE(monitor_->GetStorageInfoForPath(
GetStorageInfoForPath  317 components/storage_monitor/storage_monitor_win_unittest.cc   EXPECT_TRUE(monitor_->GetStorageInfoForPath(
GetStorageInfoForPath  320 components/storage_monitor/storage_monitor_win_unittest.cc   EXPECT_TRUE(monitor_->GetStorageInfoForPath(
GetStorageInfoForPath  323 components/storage_monitor/storage_monitor_win_unittest.cc   EXPECT_TRUE(monitor_->GetStorageInfoForPath(
GetStorageInfoForPath  326 components/storage_monitor/storage_monitor_win_unittest.cc   EXPECT_TRUE(monitor_->GetStorageInfoForPath(
GetStorageInfoForPath  329 components/storage_monitor/storage_monitor_win_unittest.cc   EXPECT_TRUE(monitor_->GetStorageInfoForPath(
GetStorageInfoForPath  332 components/storage_monitor/storage_monitor_win_unittest.cc   EXPECT_TRUE(monitor_->GetStorageInfoForPath(
GetStorageInfoForPath  462 components/storage_monitor/storage_monitor_win_unittest.cc   EXPECT_FALSE(monitor_->GetStorageInfoForPath(base::FilePath(L"COM1:\\"),
GetStorageInfoForPath  466 components/storage_monitor/storage_monitor_win_unittest.cc   EXPECT_FALSE(monitor_->GetStorageInfoForPath(base::FilePath(L"E:\\"),
GetStorageInfoForPath  471 components/storage_monitor/storage_monitor_win_unittest.cc   EXPECT_TRUE(monitor_->GetStorageInfoForPath(removable_device, &device_info));
GetStorageInfoForPath  483 components/storage_monitor/storage_monitor_win_unittest.cc   EXPECT_TRUE(monitor_->GetStorageInfoForPath(fixed_device, &device_info));
GetStorageInfoForPath   37 components/storage_monitor/test_storage_monitor.h   virtual bool GetStorageInfoForPath(