Home
last modified time | relevance | path

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

12

/external/chromium/base/
Dfile_util_proxy.cc20 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 …]
Dfile_util_proxy.h125 const FilePath& src_file_path,
133 const FilePath& src_file_path,
/external/chromium_org/webkit/browser/fileapi/
Dlocal_file_util.cc202 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()
Dlocal_file_util.h79 const base::FilePath& src_file_path,
Dasync_file_util_adapter.h90 const base::FilePath& src_file_path, in NON_EXPORTED_BASE()
Dobfuscated_file_util.cc644 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()
Dfile_system_file_util.h158 const base::FilePath& src_file_path,
Dasync_file_util.h278 const base::FilePath& src_file_path,
Dasync_file_util_adapter.cc290 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/
Dnative_media_file_util.cc239 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 …]
Dnative_media_file_util.h77 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/
Dfileapi_worker.h92 void Copy(const base::FilePath& src_file_path,
100 void Move(const base::FilePath& src_file_path,
Dfileapi_worker.cc223 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()
Ddummy_file_system.h27 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
Dfake_file_system.h57 virtual void Copy(const base::FilePath& src_file_path,
61 virtual void Move(const base::FilePath& src_file_path,
Dfile_system_interface.h227 virtual void Copy(const base::FilePath& src_file_path,
251 virtual void Move(const base::FilePath& src_file_path,
Dfile_system.h93 virtual void Copy(const base::FilePath& src_file_path,
97 virtual void Move(const base::FilePath& src_file_path,
Dasync_file_util.h80 const base::FilePath& src_file_path,
Dfake_file_system.cc63 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
Dfile_cache_unittest.cc887 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()
Dfile_system.cc384 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/
Dmove_operation.cc87 void MoveOperation::Move(const base::FilePath& src_file_path, in Move() argument
101 src_file_path, in Move()
Dmove_operation.h53 void Move(const base::FilePath& src_file_path,
Dcopy_operation.h61 void Copy(const base::FilePath& src_file_path,
Dcopy_operation.cc185 void CopyOperation::Copy(const base::FilePath& src_file_path, in Copy() argument
203 metadata_, src_file_path, dest_file_path, in Copy()

12