Searched defs:storage_device_id (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/components/storage_monitor/
H A Dtest_storage_monitor.cc97 const std::string& storage_device_id,
96 GetMTPStorageInfoFromDeviceId( const std::string& storage_device_id, base::string16* device_location, base::string16* storage_object_id) const argument
H A Dtest_portable_device_watcher_win.cc133 const std::string& storage_device_id,
136 DCHECK(!storage_device_id.empty());
138 if (storage_device_id == TestPortableDeviceWatcherWin::kStorageUniqueIdA) {
146 storage_device_id, device_location, storage_object_id);
132 GetMTPStorageInfoFromDeviceId( const std::string& storage_device_id, base::string16* device_location, base::string16* storage_object_id) const argument
H A Dstorage_monitor_win.cc122 const std::string& storage_device_id,
126 StorageInfo::CrackDeviceId(storage_device_id, &type, NULL);
129 storage_device_id, device_location, storage_object_id));
121 GetMTPStorageInfoFromDeviceId( const std::string& storage_device_id, base::string16* device_location, base::string16* storage_object_id) const argument
H A Dstorage_monitor_win_unittest.cc61 // Gets the MTP details of the storage specified by the |storage_device_id|.
64 bool GetMTPStorageInfo(const std::string& storage_device_id,
253 const std::string& storage_device_id,
256 return monitor_->GetMTPStorageInfoFromDeviceId(storage_device_id,
252 GetMTPStorageInfo( const std::string& storage_device_id, base::string16* pnp_device_id, base::string16* storage_object_id) argument
H A Dportable_device_watcher_win.cc514 const std::string& storage_device_id,
521 storage_map_.find(storage_device_id);
533 if (storage_device_id == storage_object_iter->object_persistent_id) {
513 GetMTPStorageInfoFromDeviceId( const std::string& storage_device_id, base::string16* device_location, base::string16* storage_object_id) const argument
/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_delegate_impl_win.cc46 base::string16 storage_device_id; local
47 base::RemoveChars(storage_path, L"\\\\", &storage_device_id);
48 DCHECK(!storage_device_id.empty());
54 base::UTF16ToUTF8(storage_device_id), pnp_device_id, storage_object_id);

Completed in 105 milliseconds