/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
update_operation.cc | 29 base::FilePath drive_file_path; member in struct:drive::file_system::UpdateOperation::LocalState 49 local_state->drive_file_path = metadata->GetFilePath(local_state->local_id); 50 if (local_state->drive_file_path.empty()) 76 base::FilePath* drive_file_path) { 94 *drive_file_path = metadata->GetFilePath(local_id); 95 if (drive_file_path->empty()) 163 local_state->drive_file_path, 188 base::FilePath* drive_file_path = new base::FilePath; local 197 drive_file_path), 201 base::Owned(drive_file_path))); [all...] |
download_operation.h | 89 base::FilePath* drive_file_path, 98 const base::FilePath& drive_file_path, 104 const base::FilePath& drive_file_path,
|
download_operation.cc | 109 // the given ID. Also fills |drive_file_path| with the path of the entry. 115 base::FilePath* drive_file_path, 118 *drive_file_path = metadata->GetFilePath(local_id); 301 base::FilePath* drive_file_path = new base::FilePath; local 315 drive_file_path, 322 base::Owned(drive_file_path), 335 base::FilePath* drive_file_path = new base::FilePath(file_path); local 355 base::Owned(drive_file_path), 362 base::FilePath* drive_file_path, 367 DCHECK(drive_file_path); [all...] |
update_operation.h | 84 const base::FilePath* drive_file_path,
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
drive_url_request_job.cc | 92 base::FilePath drive_file_path(util::DriveURLToFilePath(request_->url())); 93 if (drive_file_path.empty()) { 104 drive_file_path,
|
dummy_file_system.h | 88 const base::FilePath& drive_file_path, 93 virtual void GetCacheEntry(const base::FilePath& drive_file_path,
|
webkit_file_stream_reader_impl.h | 38 const base::FilePath& drive_file_path,
|
drive_file_stream_reader.cc | 253 const base::FilePath& drive_file_path, 265 file_system->GetFileContent(drive_file_path, 274 const base::FilePath& drive_file_path, 285 drive_file_path, 311 const base::FilePath& drive_file_path, 319 drive_file_path,
|
webkit_file_stream_reader_impl.cc | 26 const base::FilePath& drive_file_path, 31 drive_file_path_(drive_file_path),
|
job_scheduler.h | 174 const base::FilePath& drive_file_path, 184 const base::FilePath& drive_file_path, 193 const base::FilePath& drive_file_path,
|
drive_file_stream_reader.h | 157 // Initializes the stream for the |drive_file_path|. 159 void Initialize(const base::FilePath& drive_file_path,
|
fake_file_system.h | 118 const base::FilePath& drive_file_path, 124 const base::FilePath& drive_file_path,
|
file_system.cc | 136 const base::FilePath& drive_file_path, 139 FileError error = resource_metadata->GetIdByPath(drive_file_path, &local_id); 157 const base::FilePath& drive_file_path, 160 if (resource_metadata->GetIdByPath(drive_file_path, &id) != FILE_ERROR_OK) [all...] |
file_system_interface.h | 413 virtual void MarkCacheFileAsMounted(const base::FilePath& drive_file_path, 424 // Gets the cache entry for file corresponding to |drive_file_path| and runs 428 virtual void GetCacheEntry(const base::FilePath& drive_file_path,
|
file_system.h | 147 const base::FilePath& drive_file_path, 153 const base::FilePath& drive_file_path,
|
job_scheduler.cc | 154 base::FilePath drive_file_path; member in struct:drive::JobScheduler::ResumeUploadParams 615 const base::FilePath& drive_file_path, 624 new_job->job_info.file_path = drive_file_path; 652 const base::FilePath& drive_file_path, 661 new_job->job_info.file_path = drive_file_path; 689 const base::FilePath& drive_file_path, 699 new_job->job_info.file_path = drive_file_path; [all...] |
fake_file_system.cc | 208 const base::FilePath& drive_file_path, 220 const base::FilePath& drive_file_path,
|
resource_metadata_unittest.cc | 323 base::FilePath drive_file_path; local 495 base::FilePath drive_file_path; local
|