Searched defs:local_file_path (Results 1 - 25 of 25) sorted by last modified time

/external/chromium_org/storage/browser/fileapi/
H A Dlocal_file_util.cc154 base::FilePath* local_file_path) {
155 DCHECK(local_file_path);
161 *local_file_path = url.path();
151 GetLocalFilePath( FileSystemOperationContext* context, const FileSystemURL& url, base::FilePath* local_file_path) argument
/external/chromium_org/google_apis/drive/
H A Dbase_requests.cc260 base::FilePath local_file_path; local
263 if (GetContentFile(&local_file_path, &range_offset, &range_length,
267 local_file_path,
302 bool UrlFetchRequestBase::GetContentFile(base::FilePath* local_file_path, argument
310 base::FilePath* local_file_path,
605 const base::FilePath& local_file_path)
611 local_file_path_(local_file_path) {
645 base::FilePath* local_file_path,
654 *local_file_path = local_file_path_;
714 base::FilePath* local_file_path,
309 GetOutputFilePath( base::FilePath* local_file_path, GetContentCallback* get_content_callback) argument
598 ResumeUploadRequestBase( RequestSender* sender, const GURL& upload_location, int64 start_position, int64 end_position, int64 content_length, const std::string& content_type, const base::FilePath& local_file_path) argument
644 GetContentFile( base::FilePath* local_file_path, int64* range_offset, int64* range_length, std::string* upload_content_type) argument
713 GetOutputFilePath( base::FilePath* local_file_path, GetContentCallback* get_content_callback) argument
[all...]
H A Ddrive_api_requests.cc664 const base::FilePath& local_file_path,
673 local_file_path),
657 ResumeUploadRequest( RequestSender* sender, const GURL& upload_location, int64 start_position, int64 end_position, int64 content_length, const std::string& content_type, const base::FilePath& local_file_path, const UploadRangeCallback& callback, const ProgressCallback& progress_callback) argument
/external/chromium_org/content/browser/fileapi/
H A Ddragged_file_util_unittest.cc422 base::FilePath local_file_path; local
424 file_util()->GetLocalFilePath(&context, url, &local_file_path));
426 local_file_path.value());
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Diphoto_file_util.cc326 base::FilePath* local_file_path) {
333 *local_file_path = location;
344 *local_file_path = location;
323 GetLocalFilePath( storage::FileSystemOperationContext* context, const storage::FileSystemURL& url, base::FilePath* local_file_path) argument
H A Ditunes_file_util.cc321 base::FilePath* local_file_path) {
325 *local_file_path = GetDataProvider()->library_path();
331 *local_file_path = GetDataProvider()->auto_add_path();
332 if (local_file_path->empty())
336 *local_file_path = local_file_path->Append(
348 *local_file_path = GetDataProvider()->GetTrackLocation(components[2],
351 if (!local_file_path->empty())
318 GetLocalFilePath( storage::FileSystemOperationContext* context, const storage::FileSystemURL& url, base::FilePath* local_file_path) argument
H A Dnative_media_file_util.cc531 base::FilePath* local_file_path) {
532 DCHECK(local_file_path);
538 *local_file_path = url.path();
640 base::FilePath* local_file_path) {
650 *local_file_path = file_path;
659 base::FilePath* local_file_path) {
678 *local_file_path = file_path;
528 GetLocalFilePath( storage::FileSystemOperationContext* context, const storage::FileSystemURL& url, base::FilePath* local_file_path) argument
637 GetFilteredLocalFilePath( storage::FileSystemOperationContext* context, const storage::FileSystemURL& file_system_url, base::FilePath* local_file_path) argument
655 GetFilteredLocalFilePathForExistingFileOrDirectory( storage::FileSystemOperationContext* context, const storage::FileSystemURL& file_system_url, base::File::Error failure_error, base::FilePath* local_file_path) argument
H A Dpicasa_file_util.cc307 base::FilePath* local_file_path) {
308 DCHECK(local_file_path);
322 *local_file_path = album_info.path;
344 *local_file_path = it->second;
357 *local_file_path = album_info.path.Append(url.path().BaseName());
305 GetLocalFilePath( FileSystemOperationContext* context, const FileSystemURL& url, base::FilePath* local_file_path) argument
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Ddrive_service_on_worker.cc363 const base::FilePath& local_file_path,
357 ResumeUpload( const GURL& upload_url, int64 start_position, int64 end_position, int64 content_length, const std::string& content_type, const base::FilePath& local_file_path, const google_apis::drive::UploadRangeCallback& callback, const google_apis::ProgressCallback& progress_callback) argument
H A Ddrive_uploader_on_worker.cc33 const base::FilePath& local_file_path,
46 local_file_path,
58 const base::FilePath& local_file_path,
70 local_file_path,
81 const base::FilePath& local_file_path,
31 UploadNewFile( const std::string& parent_resource_id, const base::FilePath& local_file_path, const std::string& title, const std::string& content_type, const UploadNewFileOptions& options, const drive::UploadCompletionCallback& callback, const google_apis::ProgressCallback& progress_callback) argument
56 UploadExistingFile( const std::string& resource_id, const base::FilePath& local_file_path, const std::string& content_type, const UploadExistingFileOptions& options, const drive::UploadCompletionCallback& callback, const google_apis::ProgressCallback& progress_callback) argument
79 ResumeUploadFile( const GURL& upload_location, const base::FilePath& local_file_path, const std::string& content_type, const drive::UploadCompletionCallback& callback, const google_apis::ProgressCallback& progress_callback) argument
H A Ddrive_uploader_wrapper.cc19 const base::FilePath& local_file_path,
26 local_file_path,
35 const base::FilePath& local_file_path,
43 local_file_path,
17 UploadExistingFile( const std::string& resource_id, const base::FilePath& local_file_path, const std::string& content_type, const drive::DriveUploaderInterface::UploadExistingFileOptions& options, const drive::UploadCompletionCallback& callback) argument
33 UploadNewFile( const std::string& parent_resource_id, const base::FilePath& local_file_path, const std::string& title, const std::string& content_type, const drive::DriveUploaderInterface::UploadNewFileOptions& options, const drive::UploadCompletionCallback& callback) argument
H A Dfake_drive_uploader.cc92 const base::FilePath& local_file_path,
125 const base::FilePath& local_file_path,
138 const base::FilePath& local_file_path,
90 UploadNewFile( const std::string& parent_resource_id, const base::FilePath& local_file_path, const std::string& title, const std::string& content_type, const UploadNewFileOptions& options, const UploadCompletionCallback& callback, const ProgressCallback& progress_callback) argument
123 UploadExistingFile( const std::string& resource_id, const base::FilePath& local_file_path, const std::string& content_type, const UploadExistingFileOptions& options, const UploadCompletionCallback& callback, const ProgressCallback& progress_callback) argument
136 ResumeUploadFile( const GURL& upload_location, const base::FilePath& local_file_path, const std::string& content_type, const UploadCompletionCallback& callback, const ProgressCallback& progress_callback) argument
/external/chromium_org/chrome/browser/sync_file_system/
H A Dmock_local_change_processor.cc32 const base::FilePath& local_file_path,
30 ApplyLocalChangeStub( const FileChange& change, const base::FilePath& local_file_path, const SyncFileMetadata& local_file_metadata, const storage::FileSystemURL& url, const SyncStatusCallback& callback) argument
H A Dsync_file_metadata.h35 base::FilePath local_file_path; member in struct:sync_file_system::LocalFileSyncInfo
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dopen_file_operation.cc107 const base::FilePath& local_file_path,
136 local_file_path,
143 const base::FilePath& local_file_path,
157 callback.Run(error, local_file_path,
104 OpenFileAfterFileDownloaded( const OpenFileCallback& callback, FileError error, const base::FilePath& local_file_path, scoped_ptr<ResourceEntry> entry) argument
142 OpenFileAfterOpenForWrite( const base::FilePath& local_file_path, const std::string& local_id, const OpenFileCallback& callback, scoped_ptr<base::ScopedClosureRunner>* file_closer, FileError error) argument
H A Dtruncate_operation.cc108 const base::FilePath& local_file_path,
129 metadata_, cache_, entry->local_id(), local_file_path, length),
104 TruncateAfterEnsureFileDownloadedByPath( int64 length, const FileOperationCallback& callback, FileError error, const base::FilePath& local_file_path, scoped_ptr<ResourceEntry> entry) argument
/external/chromium_org/chrome/browser/chromeos/drive/fileapi/
H A Dfileapi_worker_unittest.cc31 // A test file system that always returns |local_file_path|. For testing
36 TestFileSystemForOpenFile(const base::FilePath& local_file_path, argument
38 : local_file_path_(local_file_path),
/external/chromium_org/chrome/browser/chromeos/drive/
H A Djob_scheduler.cc72 base::FilePath local_file_path; member in struct:drive::__anon3097::UploadNewFileParams
85 params.local_file_path,
96 base::FilePath local_file_path; member in struct:drive::__anon3097::UploadExistingFileParams
109 params.local_file_path,
119 base::FilePath local_file_path; member in struct:drive::__anon3097::ResumeUploadFileParams
130 params.local_file_path,
157 base::FilePath local_file_path; member in struct:drive::JobScheduler::ResumeUploadParams
602 const base::FilePath& local_file_path,
616 params.local_file_path = local_file_path;
599 UploadNewFile( const std::string& parent_resource_id, const base::FilePath& drive_file_path, const base::FilePath& local_file_path, const std::string& title, const std::string& content_type, const DriveUploader::UploadNewFileOptions& options, const ClientContext& context, const google_apis::FileResourceCallback& callback) argument
638 UploadExistingFile( const std::string& resource_id, const base::FilePath& drive_file_path, const base::FilePath& local_file_path, const std::string& content_type, const DriveUploader::UploadExistingFileOptions& options, const ClientContext& context, const google_apis::FileResourceCallback& callback) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_util.cc52 const base::FilePath& local_file_path,
56 callback.Run(local_file_path);
105 const base::FilePath& local_file_path);
49 OnDriveGetFile(const base::FilePath& path, const LocalPathCallback& callback, drive::FileError error, const base::FilePath& local_file_path, scoped_ptr<drive::ResourceEntry> entry) argument
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
H A Dmount_path_util_unittest.cc114 const base::FilePath local_file_path = local
118 EXPECT_TRUE(IsFileSystemProviderLocalPath(local_file_path));
/external/chromium_org/chrome/browser/drive/
H A Ddrive_api_service.cc609 const base::FilePath& local_file_path,
623 local_file_path,
603 ResumeUpload( const GURL& upload_url, int64 start_position, int64 end_position, int64 content_length, const std::string& content_type, const base::FilePath& local_file_path, const UploadRangeCallback& callback, const ProgressCallback& progress_callback) argument
H A Ddrive_uploader.cc139 const base::FilePath& local_file_path,
147 DCHECK(!local_file_path.empty());
153 scoped_ptr<UploadFileInfo>(new UploadFileInfo(local_file_path,
166 const base::FilePath& local_file_path,
173 DCHECK(!local_file_path.empty());
178 scoped_ptr<UploadFileInfo>(new UploadFileInfo(local_file_path,
190 const base::FilePath& local_file_path,
195 DCHECK(!local_file_path.empty());
200 local_file_path, content_type,
137 UploadNewFile( const std::string& parent_resource_id, const base::FilePath& local_file_path, const std::string& title, const std::string& content_type, const UploadNewFileOptions& options, const UploadCompletionCallback& callback, const ProgressCallback& progress_callback) argument
164 UploadExistingFile( const std::string& resource_id, const base::FilePath& local_file_path, const std::string& content_type, const UploadExistingFileOptions& options, const UploadCompletionCallback& callback, const ProgressCallback& progress_callback) argument
188 ResumeUploadFile( const GURL& upload_location, const base::FilePath& local_file_path, const std::string& content_type, const UploadCompletionCallback& callback, const ProgressCallback& progress_callback) argument
H A Ddummy_drive_service.cc168 const base::FilePath& local_file_path,
162 ResumeUpload( const GURL& upload_url, int64 start_position, int64 end_position, int64 content_length, const std::string& content_type, const base::FilePath& local_file_path, const UploadRangeCallback& callback, const ProgressCallback& progress_callback) argument
H A Dfake_drive_service.cc1120 const base::FilePath& local_file_path,
1170 if (!base::ReadFileToString(local_file_path, &content_data)) {
1114 ResumeUpload( const GURL& upload_url, int64 start_position, int64 end_position, int64 content_length, const std::string& content_type, const base::FilePath& local_file_path, const UploadRangeCallback& callback, const ProgressCallback& progress_callback) argument
H A Dfake_drive_service_unittest.cc1851 base::FilePath local_file_path = local
1854 ASSERT_TRUE(test_util::WriteStringToFile(local_file_path, contents));
1882 local_file_path,
1900 local_file_path,
1921 base::FilePath local_file_path = local
1924 ASSERT_TRUE(test_util::WriteStringToFile(local_file_path, contents));
1950 local_file_path,
1968 local_file_path,

Completed in 860 milliseconds