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

/external/chromium_org/chrome/browser/media_galleries/linux/
H A Dsnapshot_file_details.h20 const base::FilePath& snapshot_file_path,
30 const base::FilePath snapshot_file_path; member in struct:SnapshotRequestInfo
54 base::FilePath snapshot_file_path() const { function in class:SnapshotFileDetails
55 return request_info_.snapshot_file_path;
H A Dmtp_read_file_worker.cc22 // Appends |data| to the snapshot file specified by the |snapshot_file_path| on
27 const base::FilePath& snapshot_file_path,
31 base::AppendToFile(snapshot_file_path, data.data(),
99 snapshot_file_details_ptr->snapshot_file_path(),
140 snapshot_file_details->snapshot_file_path()));
26 WriteDataChunkIntoSnapshotFileOnFileThread( const base::FilePath& snapshot_file_path, const std::string& data) argument
H A Dsnapshot_file_details.cc15 const base::FilePath& snapshot_file_path,
20 snapshot_file_path(snapshot_file_path),
13 SnapshotRequestInfo( uint32 file_id, const base::FilePath& snapshot_file_path, const MTPDeviceAsyncDelegate::CreateSnapshotFileSuccessCallback& success_callback, const MTPDeviceAsyncDelegate::ErrorCallback& error_callback) argument
H A Dmtp_device_delegate_impl_linux.cc129 // Copies the contents of |device_file_path| to |snapshot_file_path|.
136 // |snapshot_file_path| specifies the platform path of the snapshot file.
154 // Copies the contents of |device_file_path| to |snapshot_file_path|.
642 current_snapshot_request_info_->snapshot_file_path,
747 snapshot_file_info, current_snapshot_request_info_->snapshot_file_path);
811 const base::FilePath& snapshot_file_path) {
815 file_info, snapshot_file_path);
809 OnDidWriteDataIntoSnapshotFile( const base::File::Info& file_info, const base::FilePath& snapshot_file_path) argument
/external/chromium_org/chrome/browser/media_galleries/win/
H A Dsnapshot_file_details.cc15 const base::FilePath& snapshot_file_path,
20 snapshot_file_path(snapshot_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.h17 const base::FilePath& snapshot_file_path,
26 base::FilePath snapshot_file_path; member in struct:SnapshotRequestInfo
H A Dmtp_device_delegate_impl_win.cc224 DCHECK(!file_details->request_info().snapshot_file_path.empty());
285 file_details.request_info().snapshot_file_path,
422 const base::FilePath& snapshot_file_path,
427 DCHECK(!snapshot_file_path.empty());
430 snapshot_file_path,
510 current_snapshot_details_->request_info().snapshot_file_path));
569 DCHECK(!file_details->request_info().snapshot_file_path.empty());
584 const base::FilePath& snapshot_file_path,
587 DCHECK(!snapshot_file_path.empty());
591 current_snapshot_details_->request_info().snapshot_file_path
420 CreateSnapshotFile( const base::FilePath& device_file_path, const base::FilePath& snapshot_file_path, const CreateSnapshotFileSuccessCallback& success_callback, const ErrorCallback& error_callback) argument
583 OnWroteDataChunkIntoSnapshotFile( const base::FilePath& snapshot_file_path, DWORD bytes_written) argument
[all...]
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Ddevice_media_async_file_util.cc89 base::FilePath snapshot_file_path; local
94 &snapshot_file_path)) {
97 snapshot_file_path = base::FilePath();
99 return snapshot_file_path;
157 // Called when the snapshot file specified by the |snapshot_file_path| is
159 // file is successfully created, |snapshot_file_path| will be an non-empty
160 // file path. In case of failure, |snapshot_file_path| will be an empty file
162 // contents of url.path() to |snapshot_file_path|.
168 const base::FilePath& snapshot_file_path) {
170 if (snapshot_file_path
163 OnSnapshotFileCreatedRunTask( scoped_ptr<FileSystemOperationContext> context, const AsyncFileUtil::CreateSnapshotFileCallback& callback, const FileSystemURL& url, bool validate_media_files, const base::FilePath& snapshot_file_path) argument
[all...]

Completed in 133 milliseconds