Searched defs:local_cache_path (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/
H A Dwrite_on_cache_file.cc37 const base::FilePath& local_cache_path,
43 base::Bind(file_io_task_callback, error, local_cache_path),
32 WriteOnCacheFileAfterOpenFile( const base::FilePath& drive_path, const WriteOnCacheFileCallback& file_io_task_callback, const FileOperationCallback& reply, FileError error, const base::FilePath& local_cache_path, const base::Closure& close_callback) argument
H A Djob_scheduler.cc570 const base::FilePath& local_cache_path,
584 local_cache_path,
567 DownloadFile( const base::FilePath& virtual_path, int64 expected_file_size, const base::FilePath& local_cache_path, const std::string& resource_id, const ClientContext& context, const google_apis::DownloadActionCallback& download_action_callback, const google_apis::GetContentCallback& get_content_callback) argument
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dtruncate_operation.cc29 // Truncates the local file at |local_cache_path| to the |length| bytes,
34 const base::FilePath& local_cache_path,
44 base::File file(local_cache_path,
31 TruncateOnBlockingPool(internal::ResourceMetadata* metadata, internal::FileCache* cache, const std::string& local_id, const base::FilePath& local_cache_path, int64 length) argument
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Ddrive_service_wrapper.cc44 const base::FilePath& local_cache_path,
50 drive_service_->DownloadFile(local_cache_path,
43 DownloadFile( const base::FilePath& local_cache_path, const std::string& resource_id, const google_apis::DownloadActionCallback& download_action_callback, const google_apis::GetContentCallback& get_content_callback, const google_apis::ProgressCallback& progress_callback) argument
H A Ddrive_service_on_worker.cc71 const base::FilePath& local_cache_path,
83 local_cache_path,
70 DownloadFile( const base::FilePath& local_cache_path, const std::string& resource_id, const google_apis::DownloadActionCallback& download_action_callback, const google_apis::GetContentCallback& get_content_callback, const google_apis::ProgressCallback& progress_callback) argument
/external/chromium_org/chrome/browser/drive/
H A Ddummy_drive_service.cc108 const base::FilePath& local_cache_path,
107 DownloadFile( const base::FilePath& local_cache_path, const std::string& resource_id, const DownloadActionCallback& download_action_callback, const GetContentCallback& get_content_callback, const ProgressCallback& progress_callback) argument
H A Ddrive_api_service.cc412 const base::FilePath& local_cache_path,
425 local_cache_path,
411 DownloadFile( const base::FilePath& local_cache_path, const std::string& resource_id, const DownloadActionCallback& download_action_callback, const GetContentCallback& get_content_callback, const ProgressCallback& progress_callback) argument
H A Dfake_drive_service.cc703 const base::FilePath& local_cache_path,
746 if (!test_util::WriteStringToFile(local_cache_path, content_data)) {
770 local_cache_path));
702 DownloadFile( const base::FilePath& local_cache_path, const std::string& resource_id, const DownloadActionCallback& download_action_callback, const GetContentCallback& get_content_callback, const ProgressCallback& progress_callback) argument

Completed in 246 milliseconds