/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 401 const base::FilePath src_file_path = temp_dir_.path().Append("test.dat"); in TEST_F() local 472 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 | 314 base::FilePath src_file_path(FILE_PATH_LITERAL("drive/root/File 1.txt")); in TEST_F() local 344 base::FilePath src_file_path(FILE_PATH_LITERAL("drive/root/File 1.txt")); in TEST_F() local
|
D | file_system.cc | 419 void FileSystem::Copy(const base::FilePath& src_file_path, in Copy() 429 void FileSystem::Move(const base::FilePath& src_file_path, in Move()
|
/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
D | move_operation.cc | 81 void MoveOperation::Move(const base::FilePath& src_file_path, in Move()
|
D | copy_operation.cc | 29 base::FilePath src_file_path; member 300 void CopyOperation::Copy(const base::FilePath& src_file_path, in Copy()
|
/external/chromium_org/webkit/browser/fileapi/ |
D | local_file_util.cc | 194 base::FilePath src_file_path; in CopyOrMoveFile() local 211 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() 1079 const base::FilePath& src_file_path, in CreateFile()
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
D | native_media_file_util.cc | 250 const base::FilePath& src_file_path, in CopyInForeignFile() 375 const base::FilePath& src_file_path, in CopyInForeignFileOnTaskRunnerThread() 447 base::FilePath src_file_path; in CopyOrMoveFileSync() local 480 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 | 227 void Copy(const base::FilePath& src_file_path, in Copy() 237 void Move(const base::FilePath& src_file_path, in Move()
|
D | async_file_util.cc | 343 const base::FilePath& src_file_path, in CopyInForeignFile()
|
/external/chromium_org/chrome/browser/local_discovery/storage/ |
D | privet_filesystem_async_util.cc | 132 const base::FilePath& src_file_path, in CopyInForeignFile()
|
/external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/ |
D | provider_async_file_util.cc | 186 const base::FilePath& src_file_path, in CopyInForeignFile()
|
/external/chromium_org/chrome/browser/chromeos/app_mode/ |
D | kiosk_app_manager_browsertest.cc | 335 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 | 541 base::FilePath src_file_path = CreateFilePath(src); in RenameFile() local
|
/external/chromium_org/content/browser/fileapi/ |
D | obfuscated_file_util_unittest.cc | 549 base::FilePath src_file_path = root_file_path.AppendASCII("file_name"); in TestCopyInForeignFileHelper() local
|