/external/chromium_org/chrome/browser/chromeos/drive/ |
D | file_cache_unittest.cc | 174 const base::FilePath src_file_path = temp_dir_.path().Append("test.dat"); in TEST_F() local 228 const base::FilePath src_file_path = temp_dir_.path().Append("test.dat"); in TEST_F() local 272 const base::FilePath src_file_path = temp_dir_.path().Append("test.dat"); in TEST_F() local 322 const base::FilePath src_file_path = temp_dir_.path().Append("test.dat"); in TEST_F() local 403 const base::FilePath src_file_path = temp_dir_.path().Append("test.dat"); in TEST_F() local 476 const base::FilePath src_file_path = temp_dir_.path().Append("test.dat"); in TEST_F() local
|
D | dummy_file_system.h | 27 virtual void Copy(const base::FilePath& src_file_path, in Copy() 31 virtual void Move(const base::FilePath& src_file_path, in Move()
|
D | fake_file_system.cc | 61 void FakeFileSystem::Copy(const base::FilePath& src_file_path, in Copy() 68 void FakeFileSystem::Move(const base::FilePath& src_file_path, in Move()
|
D | file_system_unittest.cc | 322 base::FilePath src_file_path(FILE_PATH_LITERAL("drive/root/File 1.txt")); in TEST_F() local 352 base::FilePath src_file_path(FILE_PATH_LITERAL("drive/root/File 1.txt")); in TEST_F() local
|
D | file_system.cc | 418 void FileSystem::Copy(const base::FilePath& src_file_path, in Copy() 428 void FileSystem::Move(const base::FilePath& src_file_path, in Move()
|
/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
D | move_operation.cc | 83 void MoveOperation::Move(const base::FilePath& src_file_path, in Move()
|
D | copy_operation.cc | 29 base::FilePath src_file_path; member 298 void CopyOperation::Copy(const base::FilePath& src_file_path, in Copy()
|
/external/chromium_org/storage/browser/fileapi/ |
D | local_file_util.cc | 194 base::FilePath src_file_path; in CopyOrMoveFile() local 213 const base::FilePath& src_file_path, in CopyInForeignFile()
|
D | async_file_util_adapter.cc | 290 const base::FilePath& src_file_path, in CopyInForeignFile()
|
D | obfuscated_file_util.cc | 632 const base::FilePath& src_file_path, in CopyInForeignFile() 1073 const base::FilePath& src_file_path, in CreateFile()
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
D | native_media_file_util.cc | 249 const base::FilePath& src_file_path, in CopyInForeignFile() 374 const base::FilePath& src_file_path, in CopyInForeignFileOnTaskRunnerThread() 446 base::FilePath src_file_path; in CopyOrMoveFileSync() local 481 const base::FilePath& src_file_path, in CopyInForeignFileSync()
|
D | device_media_async_file_util.cc | 388 const base::FilePath& src_file_path, in CopyInForeignFile()
|
/external/chromium_org/chrome/browser/chromeos/drive/fileapi/ |
D | fileapi_worker.cc | 228 void Copy(const base::FilePath& src_file_path, in Copy() 238 void Move(const base::FilePath& src_file_path, in Move()
|
D | async_file_util.cc | 342 const base::FilePath& src_file_path, in CopyInForeignFile()
|
/external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/ |
D | provider_async_file_util.cc | 407 const base::FilePath& src_file_path, in CopyInForeignFile()
|
/external/chromium_org/chrome/browser/chromeos/app_mode/ |
D | kiosk_app_manager_browsertest.cc | 309 base::FilePath src_file_path = test_data_dir.Append(src_file_path_str); in RunAddNewAppTest() local
|
/external/chromium_org/third_party/leveldatabase/ |
D | env_chromium.cc | 545 base::FilePath src_file_path = CreateFilePath(src); in RenameFile() local
|
/external/chromium_org/content/browser/fileapi/ |
D | obfuscated_file_util_unittest.cc | 547 base::FilePath src_file_path = root_file_path.AppendASCII("file_name"); in TestCopyInForeignFileHelper() local
|