/external/chromium/base/ |
D | file_util_proxy.cc | 20 const FilePath& src_file_path, in PerformCommonCheckAndPreparationForMoveAndCopy() argument 23 if (!file_util::PathExists(src_file_path)) in PerformCommonCheckAndPreparationForMoveAndCopy() 31 if (src_file_path.IsParent(dest_file_path)) in PerformCommonCheckAndPreparationForMoveAndCopy() 40 bool src_is_directory = file_util::DirectoryExists(src_file_path); in PerformCommonCheckAndPreparationForMoveAndCopy() 51 if (src_file_path.value() == dest_file_path.value()) in PerformCommonCheckAndPreparationForMoveAndCopy() 334 RelayCopy(const FilePath& src_file_path, in RelayCopy() argument 338 src_file_path_(src_file_path), in RelayCopy() 360 RelayMove(const FilePath& src_file_path, in RelayMove() argument 364 src_file_path_(src_file_path), in RelayMove() 808 const FilePath& src_file_path, in Copy() argument [all …]
|
D | file_util_proxy.h | 125 const FilePath& src_file_path, 133 const FilePath& src_file_path,
|
/external/chromium_org/webkit/browser/fileapi/ |
D | local_file_util.cc | 202 base::FilePath src_file_path; in CopyOrMoveFile() local 203 PlatformFileError error = GetLocalFilePath(context, src_url, &src_file_path); in CopyOrMoveFile() 213 src_file_path, dest_file_path, option, in CopyOrMoveFile() 219 const base::FilePath& src_file_path, in CopyInForeignFile() argument 221 if (src_file_path.empty()) in CopyInForeignFile() 230 src_file_path, dest_file_path, FileSystemOperation::OPTION_NONE, in CopyInForeignFile()
|
D | local_file_util.h | 79 const base::FilePath& src_file_path,
|
D | async_file_util_adapter.h | 90 const base::FilePath& src_file_path, in NON_EXPORTED_BASE()
|
D | obfuscated_file_util.cc | 644 const base::FilePath& src_file_path, in CopyInForeignFile() argument 651 if (!base::GetFileInfo(src_file_path, &src_platform_file_info)) in CopyInForeignFile() 697 src_file_path, dest_local_path, in CopyInForeignFile() 702 error = CreateFile(context, src_file_path, in CopyInForeignFile() 1051 const base::FilePath& src_file_path, in CreateFile() argument 1069 if (!src_file_path.empty()) { in CreateFile() 1073 src_file_path, dest_local_path, in CreateFile()
|
D | file_system_file_util.h | 158 const base::FilePath& src_file_path,
|
D | async_file_util.h | 278 const base::FilePath& src_file_path,
|
D | async_file_util_adapter.cc | 290 const base::FilePath& src_file_path, in CopyInForeignFile() argument 298 base::Owned(context_ptr), src_file_path, dest_url), in CopyInForeignFile()
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
D | native_media_file_util.cc | 239 const base::FilePath& src_file_path, in CopyInForeignFile() argument 248 src_file_path, dest_url, callback)); in CopyInForeignFile() 364 const base::FilePath& src_file_path, in CopyInForeignFileOnTaskRunnerThread() argument 369 CopyInForeignFileSync(context.get(), src_file_path, dest_url); in CopyInForeignFileOnTaskRunnerThread() 437 base::FilePath src_file_path; in CopyOrMoveFileSync() local 442 &src_file_path); in CopyOrMoveFileSync() 445 if (fileapi::NativeFileUtil::DirectoryExists(src_file_path)) in CopyOrMoveFileSync() 463 src_file_path, dest_file_path, option, in CopyOrMoveFileSync() 469 const base::FilePath& src_file_path, in CopyInForeignFileSync() argument 472 if (src_file_path.empty()) in CopyInForeignFileSync() [all …]
|
D | native_media_file_util.h | 77 const base::FilePath& src_file_path, 121 const base::FilePath& src_file_path, 153 const base::FilePath& src_file_path,
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
D | fileapi_worker.h | 92 void Copy(const base::FilePath& src_file_path, 100 void Move(const base::FilePath& src_file_path,
|
D | fileapi_worker.cc | 223 void Copy(const base::FilePath& src_file_path, in Copy() argument 229 file_system->Copy(src_file_path, dest_file_path, preserve_last_modified, in Copy() 233 void Move(const base::FilePath& src_file_path, in Move() argument 239 file_system->Move(src_file_path, dest_file_path, preserve_last_modified, in Move()
|
D | dummy_file_system.h | 27 virtual void Copy(const base::FilePath& src_file_path, in Copy() argument 31 virtual void Move(const base::FilePath& src_file_path, in Move() argument
|
D | fake_file_system.h | 57 virtual void Copy(const base::FilePath& src_file_path, 61 virtual void Move(const base::FilePath& src_file_path,
|
D | file_system_interface.h | 227 virtual void Copy(const base::FilePath& src_file_path, 251 virtual void Move(const base::FilePath& src_file_path,
|
D | file_system.h | 93 virtual void Copy(const base::FilePath& src_file_path, 97 virtual void Move(const base::FilePath& src_file_path,
|
D | async_file_util.h | 80 const base::FilePath& src_file_path,
|
D | fake_file_system.cc | 63 void FakeFileSystem::Copy(const base::FilePath& src_file_path, in Copy() argument 70 void FakeFileSystem::Move(const base::FilePath& src_file_path, in Move() argument
|
D | file_cache_unittest.cc | 887 const base::FilePath src_file_path = temp_dir_.path().Append("test.dat"); in TEST_F() local 889 EXPECT_TRUE(google_apis::test_util::WriteStringToFile(src_file_path, in TEST_F() 898 EXPECT_EQ(FILE_ERROR_OK, cache_->Store(id, md5, src_file_path, in TEST_F() 921 EXPECT_EQ(FILE_ERROR_OK, cache_->Store(id, md5, src_file_path, in TEST_F()
|
D | file_system.cc | 384 void FileSystem::Copy(const base::FilePath& src_file_path, in Copy() argument 391 src_file_path, dest_file_path, preserve_last_modified, callback); in Copy() 394 void FileSystem::Move(const base::FilePath& src_file_path, in Move() argument 401 src_file_path, dest_file_path, preserve_last_modified, callback); in Move()
|
/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
D | move_operation.cc | 87 void MoveOperation::Move(const base::FilePath& src_file_path, in Move() argument 101 src_file_path, in Move()
|
D | move_operation.h | 53 void Move(const base::FilePath& src_file_path,
|
D | copy_operation.h | 61 void Copy(const base::FilePath& src_file_path,
|
D | copy_operation.cc | 185 void CopyOperation::Copy(const base::FilePath& src_file_path, in Copy() argument 203 metadata_, src_file_path, dest_file_path, in Copy()
|