Searched defs:registered_dev_path (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/media_galleries/linux/
H A Dmtp_device_delegate_impl_linux.cc27 // E.g.: If the |file_path| is "/usb:2,2:12345/DCIM" and |registered_dev_path|
30 // In the special case when |registered_dev_path| and |file_path| are the same,
32 std::string GetDeviceRelativePath(const base::FilePath& registered_dev_path, argument
35 DCHECK(!registered_dev_path.empty());
38 if (registered_dev_path == file_path) {
42 if (registered_dev_path.AppendRelativePath(file_path, &relative_path)) {

Completed in 73 milliseconds