OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:device_location
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/media_galleries/fileapi/
mtp_device_map_service.cc
28
const base::FilePath::StringType&
device_location
,
32
if (!ContainsKey(mtp_device_usage_map_,
device_location
)) {
36
CreateMTPDeviceAsyncDelegate(
device_location
,
38
base::Unretained(this),
device_location
));
39
mtp_device_usage_map_[
device_location
] = 0;
42
mtp_device_usage_map_[
device_location
]++;
43
mtp_device_map_[fsid] =
device_location
;
51
base::FilePath::StringType
device_location
= it->second;
local
54
mtp_device_usage_map_.find(
device_location
);
56
mtp_device_usage_map_[
device_location
]--
93
const base::FilePath::StringType&
device_location
= device_path.value();
local
[
all
...]
/external/chromium_org/chrome/browser/storage_monitor/
portable_device_watcher_win.cc
512
base::string16*
device_location
,
515
DCHECK(
device_location
);
531
*
device_location
= storage_map_iter->second.location();
559
base::string16
device_location
; // The device_map_ key.
local
562
&
device_location
, &storage_object_id)) {
566
HandleDeviceDetachEvent(
device_location
);
Completed in 2004 milliseconds