HomeSort by relevance Sort by last modified time
    Searched defs:drive_file_path (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/chromeos/drive/sync/
entry_update_performer.cc 33 base::FilePath drive_file_path; member in struct:drive::internal::EntryUpdatePerformer::LocalState
55 error = metadata->GetFilePath(local_id, &local_state->drive_file_path);
279 local_state->drive_file_path,
299 local_state->drive_file_path,
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
download_operation.cc 177 // the given ID. Also fills |drive_file_path| with the path of the entry.
181 base::FilePath* drive_file_path,
185 FileError error = params.metadata->GetFilePath(local_id, drive_file_path);
370 base::FilePath* drive_file_path = new base::FilePath; local
384 drive_file_path,
392 base::Owned(drive_file_path),
411 base::FilePath* drive_file_path = new base::FilePath(file_path); local
432 base::Owned(drive_file_path),
441 base::FilePath* drive_file_path,
447 DCHECK(drive_file_path);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
resource_metadata_unittest.cc 226 base::FilePath drive_file_path; local
job_scheduler.cc 156 base::FilePath drive_file_path; member in struct:drive::JobScheduler::ResumeUploadParams
601 const base::FilePath& drive_file_path,
611 new_job->job_info.file_path = drive_file_path;
640 const base::FilePath& drive_file_path,
649 new_job->job_info.file_path = drive_file_path;
    [all...]

Completed in 184 milliseconds