Searched refs:CreateOrOpen (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/base/files/
H A Dfile_proxy.h66 bool CreateOrOpen(const FilePath& file_path,
H A Dfile_proxy_unittest.cc74 proxy->CreateOrOpen(
101 proxy.CreateOrOpen(
120 proxy.CreateOrOpen(
133 proxy.CreateOrOpen(
148 proxy.CreateOrOpen(
H A Dfile_proxy.cc241 bool FileProxy::CreateOrOpen(const FilePath& file_path, function in class:base::FileProxy
/external/chromium_org/storage/browser/fileapi/
H A Dnative_file_util.h41 static base::File CreateOrOpen(const base::FilePath& path, int file_flags);
H A Dasync_file_util_adapter.h41 virtual void CreateOrOpen(
H A Dfile_system_file_util.h61 // See header comments for AsyncFileUtil::CreateOrOpen() for more details.
63 virtual base::File CreateOrOpen(
H A Dlocal_file_util.h32 virtual base::File CreateOrOpen(
H A Dasync_file_util.h101 virtual void CreateOrOpen(
H A Dlocal_file_util.cc79 base::File LocalFileUtil::CreateOrOpen( function in class:storage::LocalFileUtil
90 return NativeFileUtil::CreateOrOpen(file_path, file_flags);
H A Dasync_file_util_adapter.cc153 void AsyncFileUtilAdapter::CreateOrOpen( function in class:storage::AsyncFileUtilAdapter
162 Bind(&FileSystemFileUtil::CreateOrOpen, Unretained(sync_file_util_.get()),
H A Dnative_file_util.cc124 base::File NativeFileUtil::CreateOrOpen(const base::FilePath& path, function in class:storage::NativeFileUtil
H A Dobfuscated_file_util.h114 virtual base::File CreateOrOpen(
H A Dobfuscated_file_util.cc274 base::File ObfuscatedFileUtil::CreateOrOpen( function in class:storage::ObfuscatedFileUtil
1051 base::File file = NativeFileUtil::CreateOrOpen(dest_local_path, file_flags);
1390 base::File file = NativeFileUtil::CreateOrOpen(local_path, file_flags);
/external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
H A Dprovider_async_file_util_unittest.cc186 async_file_util_->CreateOrOpen(
199 async_file_util_->CreateOrOpen(
212 async_file_util_->CreateOrOpen(
226 async_file_util_->CreateOrOpen(
239 async_file_util_->CreateOrOpen(
H A Dprovider_async_file_util.h35 virtual void CreateOrOpen(
/external/chromium_org/chrome/browser/chromeos/drive/fileapi/
H A Dasync_file_util.h25 virtual void CreateOrOpen(
H A Dasync_file_util.cc131 void AsyncFileUtil::CreateOrOpen( function in class:drive::internal::AsyncFileUtil
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Ddevice_media_async_file_util.h42 virtual void CreateOrOpen(
H A Dnative_media_file_util.h33 // Methods to support CreateOrOpen. Public so they can be shared with
45 virtual void CreateOrOpen(
H A Dnative_media_file_util.cc116 &storage::NativeFileUtil::CreateOrOpen, platform_path, file_flags),
120 void NativeMediaFileUtil::CreateOrOpen( function in class:NativeMediaFileUtil
/external/chromium_org/content/browser/fileapi/
H A Dlocal_file_util_unittest.cc104 return file_util()->CreateOrOpen(context.get(), CreateURL(file_name),
159 base::File file = file_util()->CreateOrOpen(context.get(), url, file_flags);
H A Dnative_file_util_unittest.cc58 NativeFileUtil::CreateOrOpen(file_name, base::File::FLAG_CREATE | flags);
67 file = NativeFileUtil::CreateOrOpen(file_name, base::File::FLAG_OPEN | flags);
H A Dobfuscated_file_util_unittest.cc821 base::File file = ofu()->CreateOrOpen(context.get(), url, file_flags);
837 file = ofu()->CreateOrOpen(context.get(), url, file_flags);
844 file = ofu()->CreateOrOpen(context.get(), url, file_flags);
880 file = ofu()->CreateOrOpen(context.get(), url, file_flags);
1769 ofu()->CreateOrOpen(context.get(), kPath1,
1852 // CreateOrOpen, create case.
1857 ofu()->CreateOrOpen(context.get(), url,
1868 file = ofu()->CreateOrOpen(context.get(), url,
1878 file = ofu()->CreateOrOpen(context.get(), url,
2353 ofu()->CreateOrOpen(AllowUsageIncreas
[all...]
/external/chromium_org/components/nacl/browser/
H A Dnacl_browser.cc245 if (!proxy->CreateOrOpen(irt_filepath_,
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_file_io_host.cc298 file_.CreateOrOpen(

Completed in 3861 milliseconds

12