OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:file_object_id
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_operations_util.h
49
// |
file_object_id
| specifies the device file object identifier.
54
const base::string16&
file_object_id
,
mtp_device_delegate_impl_win.cc
87
base::string16
file_object_id
;
local
89
file_object_id
=
92
if (
file_object_id
.empty())
94
parent_id =
file_object_id
;
96
return
file_object_id
;
231
base::string16
file_object_id
=
234
if (
file_object_id
.empty())
251
file_object_id
,
mtp_device_operations_util.cc
346
const base::string16&
file_object_id
,
351
DCHECK(!
file_object_id
.empty());
361
return resources->GetStream(
file_object_id
.c_str(), WPD_RESOURCE_DEFAULT,
Completed in 40 milliseconds