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

/external/chromium_org/chrome/browser/media_galleries/win/
H A Dsnapshot_file_details.cc14 const base::FilePath& device_file_path,
19 : device_file_path(device_file_path),
13 SnapshotRequestInfo( const base::FilePath& device_file_path, const base::FilePath& snapshot_file_path, const MTPDeviceAsyncDelegate::CreateSnapshotFileSuccessCallback& success_callback, const MTPDeviceAsyncDelegate::ErrorCallback& error_callback) argument
H A Dsnapshot_file_details.h16 const base::FilePath& device_file_path,
23 base::FilePath device_file_path; member in struct:SnapshotRequestInfo
H A Dmtp_device_delegate_impl_win.cc223 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());
420 CreateSnapshotFile( const base::FilePath& device_file_path, const base::FilePath& snapshot_file_path, const CreateSnapshotFileSuccessCallback& success_callback, const ErrorCallback& error_callback) argument
449 ReadBytes( const base::FilePath& device_file_path, const scoped_refptr<net::IOBuffer>& buf, int64 offset, int buf_len, const ReadBytesSuccessCallback& success_callback, const ErrorCallback& error_callback) argument
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Ddevice_media_async_file_util.cc83 // contents of |device_file_path|. The snapshot file is created in the
87 const base::FilePath& device_file_path,
86 CreateSnapshotFileOnBlockingPool( const base::FilePath& device_file_path, const base::FilePath& profile_path) argument
/external/chromium_org/chrome/browser/media_galleries/linux/
H A Dmtp_device_delegate_impl_linux.cc129 // 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,
386 CreateSnapshotFile( const base::FilePath& device_file_path, const base::FilePath& local_path, const CreateSnapshotFileSuccessCallback& success_callback, const ErrorCallback& error_callback) argument
411 ReadBytes( const base::FilePath& device_file_path, const scoped_refptr<net::IOBuffer>& buf, int64 offset, int buf_len, const ReadBytesSuccessCallback& success_callback, const ErrorCallback& error_callback) argument
513 CreateSnapshotFileInternal( const base::FilePath& device_file_path, const base::FilePath& local_path, const CreateSnapshotFileSuccessCallback& success_callback, const ErrorCallback& error_callback) argument
552 ReadBytesInternal( const base::FilePath& device_file_path, net::IOBuffer* buf, int64 offset, int buf_len, const ReadBytesSuccessCallback& success_callback, const ErrorCallback& error_callback) argument
[all...]

Completed in 521 milliseconds