Searched defs:platform_path (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dmedia_file_validator_factory.cc47 const base::FilePath& platform_path) {
50 return new SupportedImageTypeValidator(platform_path);
52 return new SupportedAudioVideoChecker(platform_path);
45 CreateCopyOrMoveFileValidator( const storage::FileSystemURL& src, const base::FilePath& platform_path) argument
H A Diphoto_file_util.cc175 base::FilePath platform_path; local
181 platform_path, file_ref));
195 base::FilePath* platform_path) {
223 context, url, file_info, platform_path);
232 context, url, file_info, platform_path);
191 GetFileInfoSync( storage::FileSystemOperationContext* context, const storage::FileSystemURL& url, base::File::Info* file_info, base::FilePath* platform_path) argument
H A Ditunes_file_util.cc130 base::FilePath* platform_path) {
141 if (platform_path)
142 *platform_path = file_path;
153 platform_path);
177 platform_path);
300 base::FilePath* platform_path,
305 platform_path, file_ref);
315 return GetFileInfoSync(context, url, file_info, platform_path);
402 base::FilePath platform_path; local
408 platform_path, file_re
126 GetFileInfoSync( storage::FileSystemOperationContext* context, const storage::FileSystemURL& url, base::File::Info* file_info, base::FilePath* platform_path) argument
296 CreateSnapshotFileSync( storage::FileSystemOperationContext* context, const storage::FileSystemURL& url, base::File::Info* file_info, base::FilePath* platform_path, scoped_refptr<storage::ShareableFileReference>* file_ref) argument
[all...]
H A Dpicasa_file_util.cc130 base::File::Info* file_info, base::FilePath* platform_path) {
134 if (platform_path)
135 *platform_path = base::FilePath();
166 platform_path);
174 context, url, file_info, platform_path);
128 GetFileInfoSync( FileSystemOperationContext* context, const FileSystemURL& url, base::File::Info* file_info, base::FilePath* platform_path) argument
H A Ddevice_media_async_file_util.cc110 base::FilePath platform_path(platform_file.get()->path());
113 callback.Run(error, file_info, platform_path, platform_file);
116 // Called when the snapshot file specified by the |platform_path| is
124 const base::FilePath& platform_path) {
128 platform_path,
136 base::Bind(&NativeMediaFileUtil::IsMediaFile, platform_path),
119 OnDidCreateSnapshotFile( const AsyncFileUtil::CreateSnapshotFileCallback& callback, base::SequencedTaskRunner* media_task_runner, bool validate_media_files, const base::File::Info& file_info, const base::FilePath& platform_path) argument
/external/chromium_org/storage/browser/fileapi/
H A Dtransient_file_util.cc33 base::FilePath* platform_path) {
35 *error = GetFileInfo(context, url, file_info, platform_path);
42 DCHECK(!platform_path->empty());
46 *platform_path,
28 CreateSnapshotFile( FileSystemOperationContext* context, const FileSystemURL& url, base::File::Error* error, base::File::Info* file_info, base::FilePath* platform_path) argument
H A Ddragged_file_util.cc64 base::FilePath* platform_path) {
86 *platform_path = url.path();
60 GetFileInfo( FileSystemOperationContext* context, const FileSystemURL& url, base::File::Info* file_info, base::FilePath* platform_path) argument
H A Dfile_system_file_stream_reader.cc118 const base::FilePath& platform_path,
135 platform_path, initial_offset_, expected_modification_time_));
113 DidCreateSnapshot( const base::Closure& callback, const net::CompletionCallback& error_callback, base::File::Error file_error, const base::File::Info& file_info, const base::FilePath& platform_path, const scoped_refptr<storage::ShareableFileReference>& file_ref) argument
H A Dsandbox_file_stream_writer.cc116 const base::FilePath& platform_path,
141 platform_path,
112 DidCreateSnapshotFile( const net::CompletionCallback& callback, base::File::Error file_error, const base::File::Info& file_info, const base::FilePath& platform_path, const scoped_refptr<storage::ShareableFileReference>& file_ref) argument
H A Dasync_file_util_adapter.cc92 base::FilePath platform_path; local
94 context, url, &file_info, &platform_path);
H A Dlocal_file_util.cc256 base::FilePath* platform_path) {
259 *error = GetFileInfo(context, url, file_info, platform_path);
251 CreateSnapshotFile( FileSystemOperationContext* context, const FileSystemURL& url, base::File::Error* error, base::File::Info* file_info, base::FilePath* platform_path) argument
/external/chromium_org/storage/browser/fileapi/quota/
H A Dopen_file_handle.cc43 const base::FilePath& OpenFileHandle::platform_path() const { function in class:storage::OpenFileHandle
45 return context_->platform_path();
H A Dopen_file_handle_context.cc13 const base::FilePath& platform_path,
18 platform_path_(platform_path),
22 base::GetFileSize(platform_path, &initial_file_size_);
12 OpenFileHandleContext( const base::FilePath& platform_path, QuotaReservationBuffer* reservation_buffer) argument
H A Dopen_file_handle_context.h28 OpenFileHandleContext(const base::FilePath& platform_path,
36 const base::FilePath& platform_path() const { function in class:storage::OpenFileHandleContext
H A Dquota_reservation_buffer.cc34 const base::FilePath& platform_path) {
36 OpenFileHandleContext** open_file = &open_files_[platform_path];
38 *open_file = new OpenFileHandleContext(platform_path, this);
65 DCHECK_EQ(open_file, open_files_[open_file->platform_path()]);
66 open_files_.erase(open_file->platform_path());
32 GetOpenFileHandle( QuotaReservation* reservation, const base::FilePath& platform_path) argument
H A Dquota_reservation.cc35 const base::FilePath& platform_path) {
38 return reservation_buffer_->GetOpenFileHandle(this, platform_path);
34 GetOpenFileHandle( const base::FilePath& platform_path) argument
/external/chromium_org/content/browser/fileapi/
H A Dbrowser_file_system_helper.cc110 base::FilePath* platform_path) {
113 DCHECK(platform_path);
114 *platform_path = base::FilePath();
127 context->operation_runner()->SyncGetPlatformPath(url, platform_path);
132 if (!policy->CanReadFile(process_id, *platform_path))
133 policy->GrantReadFile(process_id, *platform_path);
107 SyncGetPlatformPath(storage::FileSystemContext* context, int process_id, const GURL& path, base::FilePath* platform_path) argument
H A Dplugin_private_file_system_backend_unittest.cc107 base::FilePath platform_path; local
112 &platform_path));
114 platform_path));
147 base::FilePath platform_path; local
/external/chromium_org/content/renderer/pepper/
H A Durl_request_info_util.cc55 base::FilePath platform_path; local
78 file_ref_host->GetFileSystemURL(), &platform_path));
81 platform_path = file_ref_host->GetExternalFilePath();
86 http_body->appendFileRange(platform_path.AsUTF16Unsafe(),
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dsnapshot_manager.cc199 const base::FilePath& platform_path,
209 callback.Run(platform_path);
195 OnCreateSnapshotFile( const LocalPathCallback& callback, base::File::Error result, const base::File::Info& file_info, const base::FilePath& platform_path, const scoped_refptr<storage::ShareableFileReference>& file_ref) argument
/external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
H A Dprovider_async_file_util_unittest.cc77 const base::FilePath& platform_path,
74 OnCreateSnapshotFile( base::File::Error error, const base::File::Info& file_info, const base::FilePath& platform_path, const scoped_refptr<storage::ShareableFileReference>& file_ref) argument
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_sync_service_unittest.cc354 base::FilePath platform_path; local
357 kFile, &info, &platform_path));
H A Dsyncable_file_system_operation.cc346 base::FilePath* platform_path) {
347 return impl_->SyncGetPlatformPath(url, platform_path);
344 SyncGetPlatformPath( const FileSystemURL& url, base::FilePath* platform_path) argument
/external/chromium_org/content/browser/media/android/
H A Dmedia_resource_getter_impl.cc74 base::FilePath platform_path; local
78 &platform_path);
81 if (data_storage_path.IsParent(platform_path))
82 ReturnResultOnUIThread(callback, platform_path.value());
345 const GetPlatformPathCB& callback, const std::string& platform_path) {
347 callback.Run(platform_path);
344 GetPlatformPathCallback( const GetPlatformPathCB& callback, const std::string& platform_path) argument
/external/chromium_org/content/public/test/
H A Dasync_file_test_helper.cc54 const base::FilePath& platform_path,
59 *platform_path_out = platform_path;
229 base::FilePath* platform_path) {
234 platform_path));
48 CreateSnapshotFileCallback( base::RunLoop* run_loop, base::File::Error* result_out, base::FilePath* platform_path_out, base::File::Error result, const base::File::Info& file_info, const base::FilePath& platform_path, const scoped_refptr<storage::ShareableFileReference>& file_ref) argument
226 GetPlatformPath( storage::FileSystemContext* context, const storage::FileSystemURL& url, base::FilePath* platform_path) argument

Completed in 264 milliseconds

12