OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:storage_device_id
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/chrome/browser/storage_monitor/
test_portable_device_watcher_win.cc
130
const std::string&
storage_device_id
,
133
DCHECK(!
storage_device_id
.empty());
135
if (
storage_device_id
== TestPortableDeviceWatcherWin::kStorageUniqueIdA) {
143
storage_device_id
, device_location, storage_object_id);
test_portable_device_watcher_win.h
65
const std::string&
storage_device_id
,
test_storage_monitor.h
46
const std::string&
storage_device_id
,
storage_monitor_win.cc
113
const std::string&
storage_device_id
,
117
StorageInfo::CrackDeviceId(
storage_device_id
, &type, NULL);
120
storage_device_id
, device_location, storage_object_id));
storage_monitor_win.h
32
const std::string&
storage_device_id
,
portable_device_watcher_win.h
76
// Gets the information of the MTP storage specified by |
storage_device_id
|.
81
const std::string&
storage_device_id
,
storage_monitor.h
101
// Gets the MTP device storage information specified by |
storage_device_id
|.
107
const std::string&
storage_device_id
,
test_storage_monitor.cc
107
const std::string&
storage_device_id
,
portable_device_watcher_win.cc
511
const std::string&
storage_device_id
,
518
storage_map_.find(
storage_device_id
);
530
if (
storage_device_id
== storage_object_iter->object_persistent_id) {
storage_monitor_win_unittest.cc
59
// Gets the MTP details of the storage specified by the |
storage_device_id
|.
62
bool GetMTPStorageInfo(const std::string&
storage_device_id
,
261
const std::string&
storage_device_id
,
264
return monitor_->GetMTPStorageInfoFromDeviceId(
storage_device_id
,
/external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_delegate_impl_win.cc
46
base::string16
storage_device_id
;
local
47
base::RemoveChars(storage_path, L"\\\\", &
storage_device_id
);
48
DCHECK(!
storage_device_id
.empty());
53
UTF16ToUTF8(
storage_device_id
), pnp_device_id, storage_object_id);
Completed in 166 milliseconds