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

  /external/chromium_org/chrome/browser/media_galleries/linux/
snapshot_file_details.cc 15 const base::FilePath& snapshot_file_path,
20 snapshot_file_path(snapshot_file_path),
snapshot_file_details.h 20 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;
mtp_read_file_worker.cc 22 // 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()));
mtp_device_delegate_impl_linux.h 201 const base::FilePath& snapshot_file_path);
mtp_device_delegate_impl_linux.cc 129 // 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);
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/win/
snapshot_file_details.cc 15 const base::FilePath& snapshot_file_path,
20 snapshot_file_path(snapshot_file_path),
snapshot_file_details.h 17 const base::FilePath& snapshot_file_path,
26 base::FilePath snapshot_file_path; member in struct:SnapshotRequestInfo
mtp_device_delegate_impl_win.cc 224 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.value()
    [all...]
mtp_device_delegate_impl_win.h 180 // |snapshot_file_path| during the last write operation.
187 const base::FilePath& snapshot_file_path,
  /external/chromium_org/chrome/browser/chromeos/drive/fileapi/
fileapi_worker.h 58 const base::FilePath& snapshot_file_path,
63 const base::FilePath& snapshot_file_path,
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
device_media_async_file_util.cc 89 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.empty())
    [all...]

Completed in 168 milliseconds