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

  /external/chromium_org/chrome/browser/media_galleries/linux/
snapshot_file_details.cc 16 const std::string& device_file_path,
21 : device_file_path(device_file_path),
snapshot_file_details.h 21 const std::string& device_file_path,
29 const std::string device_file_path; member in struct:chrome::SnapshotRequestInfo
52 std::string device_file_path() const { function in class:chrome::SnapshotFileDetails
53 return request_info_.device_file_path;
mtp_device_delegate_impl_linux.h 72 const base::FilePath& device_file_path,
128 // create the snapshot file of |snapshot_request_info.device_file_path|.
mtp_device_delegate_impl_linux.cc 121 // Copies the contents of |device_file_path| to |snapshot_file_path|.
127 // |device_file_path| specifies the media device file path.
236 const base::FilePath& device_file_path,
241 DCHECK(!device_file_path.empty());
244 GetDeviceRelativePath(device_path_, device_file_path);
306 current_snapshot_request_info_->device_file_path,
mtp_read_file_worker.cc 72 snapshot_file_details_ptr->device_file_path(),
  /external/chromium_org/chrome/browser/media_galleries/win/
snapshot_file_details.cc 16 const base::FilePath& device_file_path,
21 : device_file_path(device_file_path),
snapshot_file_details.h 18 const base::FilePath& device_file_path,
25 base::FilePath device_file_path; member in struct:chrome::SnapshotRequestInfo
mtp_device_delegate_impl_win.cc 223 DCHECK(!file_details->request_info().device_file_path.empty());
233 device_info, file_details->request_info().device_file_path);
241 file_details->request_info().device_file_path,
422 const base::FilePath& device_file_path,
427 DCHECK(!device_file_path.empty());
430 new SnapshotFileDetails(SnapshotRequestInfo(device_file_path,
555 DCHECK(!file_details->request_info().device_file_path.empty());
mtp_device_delegate_impl_win.h 105 const base::FilePath& device_file_path,
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
mtp_device_async_delegate.h 60 // Copy the contents of |device_file_path| to |local_path|. Invokes the
63 const base::FilePath& device_file_path,
device_media_async_file_util.cc 38 // contents of |device_file_path|. The snapshot file is created in
44 const base::FilePath& device_file_path,
  /external/chromium_org/chrome/browser/media_galleries/mac/
mtp_device_delegate_impl_mac.h 50 const base::FilePath& device_file_path,
87 const base::FilePath& device_file_path,

Completed in 207 milliseconds