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

  /external/chromium_org/chrome/browser/media_galleries/win/
snapshot_file_details.cc 14 const base::FilePath& device_file_path,
19 : device_file_path(device_file_path),
snapshot_file_details.h 16 const base::FilePath& device_file_path,
23 base::FilePath device_file_path; member in struct:SnapshotRequestInfo
mtp_device_delegate_impl_win.h 102 const base::FilePath& device_file_path,
107 virtual void ReadBytes(const base::FilePath& device_file_path,
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,
421 const base::FilePath& device_file_path,
426 DCHECK(!device_file_path.empty());
429 new SnapshotFileDetails(SnapshotRequestInfo(device_file_path,
450 const base::FilePath& device_file_path,
568 DCHECK(!file_details->request_info().device_file_path.empty());
  /external/chromium_org/chrome/browser/media_galleries/mac/
mtp_device_delegate_impl_mac.h 48 const base::FilePath& device_file_path,
53 virtual void ReadBytes(const base::FilePath& device_file_path,
92 const base::FilePath& device_file_path,
  /external/chromium_org/chrome/browser/media_galleries/linux/
mtp_device_delegate_impl_linux.h 83 const base::FilePath& device_file_path,
88 virtual void ReadBytes(const base::FilePath& device_file_path,
107 const base::FilePath& device_file_path,
112 const base::FilePath& device_file_path,
172 // create the snapshot file of |snapshot_request_info.device_file_path|.
mtp_device_delegate_impl_linux.cc 129 // Copies the contents of |device_file_path| to |snapshot_file_path|.
135 // |device_file_path| specifies the media device file path.
154 // Copies the contents of |device_file_path| to |snapshot_file_path|.
387 const base::FilePath& device_file_path,
392 DCHECK(!device_file_path.empty());
397 device_file_path,
401 EnsureInitAndRunTask(PendingTaskInfo(device_file_path,
412 const base::FilePath& device_file_path,
419 DCHECK(!device_file_path.empty());
423 device_file_path,
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
mtp_device_async_delegate.h 80 // Copy the contents of |device_file_path| to |local_path|. Invokes the
83 const base::FilePath& device_file_path,
92 // Reads up to |buf_len| bytes from |device_file_path| into |buf|. Invokes the
95 virtual void ReadBytes(const base::FilePath& device_file_path,
device_media_async_file_util.cc 83 // contents of |device_file_path|. The snapshot file is created in the
87 const base::FilePath& device_file_path,
  /external/chromium_org/build/android/pylib/device/
device_utils_test.py     [all...]

Completed in 404 milliseconds