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

  /external/chromium_org/chrome/browser/media_galleries/linux/
snapshot_file_details.cc 17 const base::FilePath& snapshot_file_path,
22 snapshot_file_path(snapshot_file_path),
snapshot_file_details.h 22 const base::FilePath& snapshot_file_path,
32 const base::FilePath snapshot_file_path; member in struct:chrome::SnapshotRequestInfo
56 base::FilePath snapshot_file_path() const { function in class:chrome::SnapshotFileDetails
57 return request_info_.snapshot_file_path;
mtp_read_file_worker.cc 23 // Appends |data| to the snapshot file specified by the |snapshot_file_path| on
28 const base::FilePath& snapshot_file_path,
32 file_util::AppendToFile(snapshot_file_path, data.data(),
100 snapshot_file_details_ptr->snapshot_file_path(),
141 snapshot_file_details->snapshot_file_path()));
mtp_device_delegate_impl_linux.cc 121 // Copies the contents of |device_file_path| to |snapshot_file_path|.
128 // |snapshot_file_path| specifies the platform path of the snapshot file.
237 const base::FilePath& snapshot_file_path,
242 DCHECK(!snapshot_file_path.empty());
247 snapshot_file_path,
307 current_snapshot_request_info_->snapshot_file_path,
406 snapshot_file_info, current_snapshot_request_info_->snapshot_file_path);
422 const base::FilePath& snapshot_file_path) {
427 file_info, snapshot_file_path);
mtp_read_file_worker.h 72 // |snapshot_file_details_.snapshot_file_path|.
mtp_device_delegate_impl_linux.h 153 const base::FilePath& snapshot_file_path);
  /external/chromium_org/chrome/browser/media_galleries/win/
snapshot_file_details.cc 17 const base::FilePath& snapshot_file_path,
22 snapshot_file_path(snapshot_file_path),
snapshot_file_details.h 19 const base::FilePath& snapshot_file_path,
28 base::FilePath snapshot_file_path; member in struct:chrome::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,
423 const base::FilePath& snapshot_file_path,
428 DCHECK(!snapshot_file_path.empty());
431 snapshot_file_path,
497 current_snapshot_details_->request_info().snapshot_file_path));
556 DCHECK(!file_details->request_info().snapshot_file_path.empty());
571 const base::FilePath& snapshot_file_path,
574 DCHECK(!snapshot_file_path.empty());
578 current_snapshot_details_->request_info().snapshot_file_path.value()
    [all...]
mtp_device_delegate_impl_win.h 176 // |snapshot_file_path| during the last write operation.
183 const base::FilePath& snapshot_file_path,
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
device_media_async_file_util.cc 40 // file is created successfully, |snapshot_file_path| will be a non-empty file
41 // path. In case of failure, the |snapshot_file_path| will be an empty file
46 base::FilePath* snapshot_file_path) {
47 DCHECK(snapshot_file_path);
52 snapshot_file_path)) {
55 *snapshot_file_path = base::FilePath();
231 base::FilePath* snapshot_file_path = new base::FilePath; local
238 base::Unretained(snapshot_file_path)),
244 base::Owned(snapshot_file_path)));
320 base::FilePath* snapshot_file_path) {
    [all...]
device_media_async_file_util.h 167 // Called when the snapshot file specified by the |snapshot_file_path| is
169 // file is successfully created, |snapshot_file_path| will be an non-empty
170 // file path. In case of failure, |snapshot_file_path| will be an empty file
172 // contents of url.path() to |snapshot_file_path|.
177 base::FilePath* snapshot_file_path);
  /external/chromium_org/chrome/browser/chromeos/drive/
fileapi_worker.h 59 const base::FilePath& snapshot_file_path,
64 const base::FilePath& snapshot_file_path,

Completed in 170 milliseconds