OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kRootPath
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/storage_monitor/
media_storage_util.cc
37
const char
kRootPath
[] = "/";
203
return base::FilePath(
kRootPath
+ device_id);
media_transfer_protocol_device_observer_linux.cc
21
const char
kRootPath
[] = "/";
30
return
kRootPath
+ storage_name;
/external/chromium_org/chrome/browser/media_galleries/linux/
mtp_device_delegate_impl_linux.cc
18
const char
kRootPath
[] = "/";
30
return
kRootPath
;
181
base::RemoveChars(device_location,
kRootPath
, &storage_name_);
Completed in 32 milliseconds