/external/chromium_org/webkit/browser/fileapi/ |
D | native_file_util_unittest.cc | 81 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 …]
|
D | native_file_util.h | 47 static base::PlatformFileError EnsureFileExists(const base::FilePath& path,
|
D | local_file_util.cc | 102 PlatformFileError LocalFileUtil::EnsureFileExists( in EnsureFileExists() function in fileapi::LocalFileUtil 110 return NativeFileUtil::EnsureFileExists(file_path, created); in EnsureFileExists()
|
D | local_file_util.h | 42 virtual base::PlatformFileError EnsureFileExists(
|
D | async_file_util_adapter.h | 46 virtual void EnsureFileExists( in NON_EXPORTED_BASE()
|
D | file_system_file_util.h | 79 virtual base::PlatformFileError EnsureFileExists(
|
D | async_file_util.h | 122 virtual void EnsureFileExists(
|
D | async_file_util_adapter.cc | 37 error_ = file_util->EnsureFileExists(context, url, &created_); in RunWork() 166 void AsyncFileUtilAdapter::EnsureFileExists( in EnsureFileExists() function in fileapi::AsyncFileUtilAdapter
|
D | obfuscated_file_util.h | 118 virtual base::PlatformFileError EnsureFileExists(
|
D | native_file_util.cc | 147 PlatformFileError NativeFileUtil::EnsureFileExists( in EnsureFileExists() function in fileapi::NativeFileUtil
|
D | file_system_operation_impl.cc | 385 async_file_util_->EnsureFileExists( in DoCreateFile()
|
D | obfuscated_file_util.cc | 297 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/ |
D | local_file_util_unittest.cc | 105 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()
|
D | obfuscated_file_util_unittest.cc | 371 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 …]
|
D | file_system_dir_url_request_job_unittest.cc | 134 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()
|
D | recursive_operation_delegate_unittest.cc | 160 file_util()->EnsureFileExists(NewContext().get(), in CreateFile()
|
D | file_system_operation_impl_unittest.cc | 146 file_util()->EnsureFileExists(NewContext().get(), in CreateFile()
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
D | async_file_util.h | 36 virtual void EnsureFileExists(
|
D | async_file_util.cc | 151 void AsyncFileUtil::EnsureFileExists( in EnsureFileExists() function in drive::internal::AsyncFileUtil
|
/external/chromium/base/ |
D | file_util_proxy.h | 86 static bool EnsureFileExists(
|
D | file_util_proxy.cc | 759 bool FileUtilProxy::EnsureFileExists( in EnsureFileExists() function in base::FileUtilProxy
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
D | device_media_async_file_util.h | 40 virtual void EnsureFileExists(
|
D | native_media_file_util.h | 33 virtual void EnsureFileExists(
|
D | device_media_async_file_util.cc | 82 void DeviceMediaAsyncFileUtil::EnsureFileExists( in EnsureFileExists() function in DeviceMediaAsyncFileUtil
|
D | native_media_file_util.cc | 133 void NativeMediaFileUtil::EnsureFileExists( in EnsureFileExists() function in NativeMediaFileUtil
|