Home
last modified time | relevance | path

Searched refs:EnsureFileExists (Results 1 – 25 of 25) sorted by relevance

/external/chromium_org/webkit/browser/fileapi/
Dnative_file_util_unittest.cc81 TEST_F(NativeFileUtilTest, EnsureFileExists) { in TEST_F() argument
85 NativeFileUtil::EnsureFileExists(file_name, &created)); in TEST_F()
92 NativeFileUtil::EnsureFileExists(file_name, &created)); in TEST_F()
125 NativeFileUtil::EnsureFileExists(file_name, &created)); in TEST_F()
164 NativeFileUtil::EnsureFileExists(path_2, &created)); in TEST_F()
166 NativeFileUtil::EnsureFileExists(path_11, &created)); in TEST_F()
170 NativeFileUtil::EnsureFileExists(path_121, &created)); in TEST_F()
204 NativeFileUtil::EnsureFileExists(file_name, &created)); in TEST_F()
222 NativeFileUtil::EnsureFileExists(from_file, &created)); in TEST_F()
291 NativeFileUtil::EnsureFileExists(from_file, &created)); in TEST_F()
[all …]
Dnative_file_util.h47 static base::PlatformFileError EnsureFileExists(const base::FilePath& path,
Dlocal_file_util.cc102 PlatformFileError LocalFileUtil::EnsureFileExists( in EnsureFileExists() function in fileapi::LocalFileUtil
110 return NativeFileUtil::EnsureFileExists(file_path, created); in EnsureFileExists()
Dlocal_file_util.h42 virtual base::PlatformFileError EnsureFileExists(
Dasync_file_util_adapter.h46 virtual void EnsureFileExists( in NON_EXPORTED_BASE()
Dfile_system_file_util.h79 virtual base::PlatformFileError EnsureFileExists(
Dasync_file_util.h122 virtual void EnsureFileExists(
Dasync_file_util_adapter.cc37 error_ = file_util->EnsureFileExists(context, url, &created_); in RunWork()
166 void AsyncFileUtilAdapter::EnsureFileExists( in EnsureFileExists() function in fileapi::AsyncFileUtilAdapter
Dobfuscated_file_util.h118 virtual base::PlatformFileError EnsureFileExists(
Dnative_file_util.cc147 PlatformFileError NativeFileUtil::EnsureFileExists( in EnsureFileExists() function in fileapi::NativeFileUtil
Dfile_system_operation_impl.cc385 async_file_util_->EnsureFileExists( in DoCreateFile()
Dobfuscated_file_util.cc297 PlatformFileError ObfuscatedFileUtil::EnsureFileExists( in EnsureFileExists() function in fileapi::ObfuscatedFileUtil
1094 error = NativeFileUtil::EnsureFileExists(dest_local_path, &created); in CreateFile()
/external/chromium_org/content/browser/fileapi/
Dlocal_file_util_unittest.cc105 base::PlatformFileError EnsureFileExists(const char* file_name, in EnsureFileExists() function in fileapi::LocalFileUtilTest
108 return file_util()->EnsureFileExists( in EnsureFileExists()
171 TEST_F(LocalFileUtilTest, EnsureFileExists) { in TEST_F() argument
174 ASSERT_EQ(base::PLATFORM_FILE_OK, EnsureFileExists(file_name, &created)); in TEST_F()
180 ASSERT_EQ(base::PLATFORM_FILE_OK, EnsureFileExists(file_name, &created)); in TEST_F()
241 ASSERT_EQ(base::PLATFORM_FILE_OK, EnsureFileExists(file_name, &created)); in TEST_F()
259 ASSERT_EQ(base::PLATFORM_FILE_OK, EnsureFileExists(from_file, &created)); in TEST_F()
301 ASSERT_EQ(base::PLATFORM_FILE_OK, EnsureFileExists(from_file, &created)); in TEST_F()
330 ASSERT_EQ(base::PLATFORM_FILE_OK, EnsureFileExists(from_file, &created)); in TEST_F()
364 ASSERT_EQ(base::PLATFORM_FILE_OK, EnsureFileExists(from_file, &created)); in TEST_F()
Dobfuscated_file_util_unittest.cc371 ofu()->EnsureFileExists( in ValidateTestDirectory()
449 ofu()->EnsureFileExists( in FillTestDirectory()
559 ofu()->EnsureFileExists(context.get(), dest_url, &created)); in TestCopyInForeignFileHelper()
642 ofu()->EnsureFileExists(context.get(), src_file_url, &created)); in TestDirectoryTimestampHelper()
646 ofu()->EnsureFileExists(context.get(), in TestDirectoryTimestampHelper()
801 ofu()->EnsureFileExists(context.get(), url, &created)); in TEST_F()
835 ofu()->EnsureFileExists( in TEST_F()
902 ofu()->EnsureFileExists( in TEST_F()
913 ofu()->EnsureFileExists(context.get(), url, &created)); in TEST_F()
921 ofu()->EnsureFileExists(context.get(), url, &created)); in TEST_F()
[all …]
Dfile_system_dir_url_request_job_unittest.cc134 void EnsureFileExists(const base::StringPiece file_name) { in EnsureFileExists() function in fileapi::FileSystemDirURLRequestJobTest
137 ASSERT_EQ(base::PLATFORM_FILE_OK, file_util()->EnsureFileExists( in EnsureFileExists()
239 EnsureFileExists("foo/bar/hoge"); in TEST_F()
Drecursive_operation_delegate_unittest.cc160 file_util()->EnsureFileExists(NewContext().get(), in CreateFile()
Dfile_system_operation_impl_unittest.cc146 file_util()->EnsureFileExists(NewContext().get(), in CreateFile()
/external/chromium_org/chrome/browser/chromeos/drive/
Dasync_file_util.h36 virtual void EnsureFileExists(
Dasync_file_util.cc151 void AsyncFileUtil::EnsureFileExists( in EnsureFileExists() function in drive::internal::AsyncFileUtil
/external/chromium/base/
Dfile_util_proxy.h86 static bool EnsureFileExists(
Dfile_util_proxy.cc759 bool FileUtilProxy::EnsureFileExists( in EnsureFileExists() function in base::FileUtilProxy
/external/chromium_org/chrome/browser/media_galleries/fileapi/
Ddevice_media_async_file_util.h40 virtual void EnsureFileExists(
Dnative_media_file_util.h33 virtual void EnsureFileExists(
Ddevice_media_async_file_util.cc82 void DeviceMediaAsyncFileUtil::EnsureFileExists( in EnsureFileExists() function in DeviceMediaAsyncFileUtil
Dnative_media_file_util.cc133 void NativeMediaFileUtil::EnsureFileExists( in EnsureFileExists() function in NativeMediaFileUtil