HomeSort by relevance Sort by last modified time
    Searched refs:kRootPath (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/components/storage_monitor/
media_storage_util.cc 39 const char kRootPath[] = "/";
205 return base::FilePath(kRootPath + device_id);
media_transfer_protocol_device_observer_linux.cc 23 const char kRootPath[] = "/";
32 return kRootPath + storage_name;
  /external/chromium_org/chrome/browser/media_galleries/linux/
mtp_device_delegate_impl_linux.cc 24 const char kRootPath[] = "/";
31 // return |kRootPath|.
39 result = kRootPath;
324 base::RemoveChars(device_location, kRootPath, &storage_name_);
    [all...]

Completed in 55 milliseconds