Home
last modified time | relevance | path

Searched refs:kRootPath (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/components/storage_monitor/
Dmedia_transfer_protocol_device_observer_linux.cc23 const char kRootPath[] = "/"; variable
32 return kRootPath + storage_name; in GetDeviceLocationFromStorageName()
Dmedia_storage_util.cc39 const char kRootPath[] = "/"; variable
205 return base::FilePath(kRootPath + device_id); in FindDevicePathById()
/external/chromium_org/chrome/browser/media_galleries/linux/
Dmtp_device_delegate_impl_linux.cc24 const char kRootPath[] = "/"; variable
39 result = kRootPath; in GetDeviceRelativePath()
324 base::RemoveChars(device_location, kRootPath, &storage_name_); in MTPDeviceDelegateImplLinux()
883 if (!device_relpath.empty() && device_relpath != kRootPath) { in NextUncachedPathComponent()
932 if (device_relpath != kRootPath) in CachedPathToId()