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.cc21 // Appends |data| to the snapshot file specified by the |snapshot_file_path| on
26 const base::FilePath& snapshot_file_path,
30 file_util::AppendToFile(snapshot_file_path, data.data(),
98 snapshot_file_details_ptr->snapshot_file_path(),
139 snapshot_file_details->snapshot_file_path()));
25 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( const std::string& device_file_path, const base::FilePath& snapshot_file_path, const MTPDeviceAsyncDelegate::CreateSnapshotFileSuccessCallback& success_callback, const MTPDeviceAsyncDelegate::ErrorCallback& error_callback) argument
H A Dmtp_device_delegate_impl_linux.cc119 // Copies the contents of |device_file_path| to |snapshot_file_path|.
126 // |snapshot_file_path| specifies the platform path of the snapshot file.
235 const base::FilePath& snapshot_file_path,
240 DCHECK(!snapshot_file_path.empty());
245 snapshot_file_path,
305 current_snapshot_request_info_->snapshot_file_path,
404 snapshot_file_info, current_snapshot_request_info_->snapshot_file_path);
420 const base::FilePath& snapshot_file_path) {
425 file_info, snapshot_file_path);
233 CreateSnapshotFile( const base::FilePath& device_file_path, const base::FilePath& snapshot_file_path, const CreateSnapshotFileSuccessCallback& success_callback, const ErrorCallback& error_callback) argument
418 OnDidWriteDataIntoSnapshotFile( const base::PlatformFileInfo& 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,
496 current_snapshot_details_->request_info().snapshot_file_path));
555 DCHECK(!file_details->request_info().snapshot_file_path.empty());
570 const base::FilePath& snapshot_file_path,
573 DCHECK(!snapshot_file_path.empty());
577 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
569 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.cc38 // file is created successfully, |snapshot_file_path| will be a non-empty file
39 // path. In case of failure, the |snapshot_file_path| will be an empty file
44 base::FilePath* snapshot_file_path) {
45 DCHECK(snapshot_file_path);
50 snapshot_file_path)) {
53 *snapshot_file_path = base::FilePath();
232 base::FilePath* snapshot_file_path = new base::FilePath; local
239 base::Unretained(snapshot_file_path)),
245 base::Owned(snapshot_file_path)));
321 base::FilePath* snapshot_file_path) {
41 CreateSnapshotFileOnBlockingPool( const base::FilePath& device_file_path, const base::FilePath& profile_path, base::FilePath* snapshot_file_path) argument
317 OnSnapshotFileCreatedRunTask( scoped_ptr<FileSystemOperationContext> context, const AsyncFileUtil::CreateSnapshotFileCallback& callback, const FileSystemURL& url, base::FilePath* snapshot_file_path) argument
[all...]

Completed in 78 milliseconds