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);
273 local_state->drive_file_path,
293 local_state->drive_file_path,
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
download_operation.cc 179 // the given ID. Also fills |drive_file_path| with the path of the entry.
183 base::FilePath* drive_file_path,
187 FileError error = params.metadata->GetFilePath(local_id, drive_file_path);
372 base::FilePath* drive_file_path = new base::FilePath; local
386 drive_file_path,
394 base::Owned(drive_file_path),
413 base::FilePath* drive_file_path = new base::FilePath(file_path); local
434 base::Owned(drive_file_path),
443 base::FilePath* drive_file_path,
449 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
622 const base::FilePath& drive_file_path,
632 new_job->job_info.file_path = drive_file_path;
661 const base::FilePath& drive_file_path,
670 new_job->job_info.file_path = drive_file_path;
    [all...]

Completed in 73 milliseconds