Searched refs:src_file_path (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dmove_operation.h48 // Performs the move operation on the file at drive path |src_file_path|
52 void Move(const base::FilePath& src_file_path,
H A Dmove_operation.cc83 void MoveOperation::Move(const base::FilePath& src_file_path, argument
96 src_file_path,
H A Dcopy_operation.h55 // Performs the copy operation on the file at drive path |src_file_path|
61 void Copy(const base::FilePath& src_file_path,
H A Dcopy_operation.cc29 base::FilePath src_file_path; member in struct:drive::file_system::CopyOperation::CopyParams
77 FileError error = metadata->GetResourceEntryByPath(params->src_file_path,
298 void CopyOperation::Copy(const base::FilePath& src_file_path, argument
306 params->src_file_path = src_file_path;
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_cache_unittest.cc174 const base::FilePath src_file_path = temp_dir_.path().Append("test.dat"); local
176 EXPECT_TRUE(google_apis::test_util::WriteStringToFile(src_file_path,
188 EXPECT_EQ(FILE_ERROR_OK, cache_->Store(id, md5, src_file_path,
214 EXPECT_EQ(FILE_ERROR_OK, cache_->Store(id, md5, src_file_path,
228 const base::FilePath src_file_path = temp_dir_.path().Append("test.dat"); local
230 EXPECT_TRUE(google_apis::test_util::WriteStringToFile(src_file_path,
240 id, md5, src_file_path, FileCache::FILE_OPERATION_COPY));
248 EXPECT_TRUE(base::ContentsEqual(src_file_path, cache_file_path));
257 id, std::string(), src_file_path, FileCache::FILE_OPERATION_COPY));
268 id, md5, src_file_path, FileCach
272 const base::FilePath src_file_path = temp_dir_.path().Append("test.dat"); local
322 const base::FilePath src_file_path = temp_dir_.path().Append("test.dat"); local
403 const base::FilePath src_file_path = temp_dir_.path().Append("test.dat"); local
476 const base::FilePath src_file_path = temp_dir_.path().Append("test.dat"); local
[all...]
H A Ddummy_file_system.h27 virtual void Copy(const base::FilePath& src_file_path,
31 virtual void Move(const base::FilePath& src_file_path,
H A Dfake_file_system.h56 virtual void Copy(const base::FilePath& src_file_path,
60 virtual void Move(const base::FilePath& src_file_path,
H A Dfile_system_interface.h197 // Copies |src_file_path| to |dest_file_path| on the file system.
198 // |src_file_path| can be a hosted document (see limitations below).
199 // |dest_file_path| is expected to be of the same type of |src_file_path|
200 // (i.e. if |src_file_path| is a file, |dest_file_path| will be created as
208 // - |src_file_path| cannot be a regular file (i.e. non-hosted document)
213 // The file entries represented by |src_file_path| and the parent directory
218 virtual void Copy(const base::FilePath& src_file_path,
223 // Moves |src_file_path| to |dest_file_path| on the file system.
224 // |src_file_path| can be a file (regular or hosted document) or a directory.
225 // |dest_file_path| is expected to be of the same type of |src_file_path|
[all...]
H A Dfile_system.h96 virtual void Copy(const base::FilePath& src_file_path,
100 virtual void Move(const base::FilePath& src_file_path,
H A Dfile_system_unittest.cc322 base::FilePath src_file_path(FILE_PATH_LITERAL("drive/root/File 1.txt"));
324 EXPECT_TRUE(GetResourceEntrySync(src_file_path));
328 file_system_->Copy(src_file_path,
352 base::FilePath src_file_path(FILE_PATH_LITERAL("drive/root/File 1.txt"));
355 EXPECT_TRUE(GetResourceEntrySync(src_file_path));
362 file_system_->Move(src_file_path,
H A Dfake_file_system.cc61 void FakeFileSystem::Copy(const base::FilePath& src_file_path, argument
68 void FakeFileSystem::Move(const base::FilePath& src_file_path, argument
/external/chromium_org/storage/browser/fileapi/
H A Dlocal_file_util.cc194 base::FilePath src_file_path; local
195 base::File::Error error = GetLocalFilePath(context, src_url, &src_file_path);
205 src_file_path,
213 const base::FilePath& src_file_path,
215 if (src_file_path.empty())
224 src_file_path,
211 CopyInForeignFile( FileSystemOperationContext* context, const base::FilePath& src_file_path, const FileSystemURL& dest_url) argument
H A Dasync_file_util_adapter.h90 const base::FilePath& src_file_path,
H A Dfile_system_file_util.h150 const base::FilePath& src_file_path,
H A Dlocal_file_util.h73 const base::FilePath& src_file_path,
H A Dasync_file_util.h266 // - File::FILE_ERROR_NOT_FOUND if |src_file_path|
275 const base::FilePath& src_file_path,
H A Dasync_file_util_adapter.cc290 const base::FilePath& src_file_path,
298 base::Owned(context_ptr), src_file_path, dest_url),
288 CopyInForeignFile( scoped_ptr<FileSystemOperationContext> context, const base::FilePath& src_file_path, const FileSystemURL& dest_url, const StatusCallback& callback) argument
/external/chromium_org/chrome/browser/chromeos/drive/fileapi/
H A Dfileapi_worker.h93 // Copies a file from |src_file_path| to |dest_file_path|.
95 void Copy(const base::FilePath& src_file_path,
101 // Moves a file from |src_file_path| to |dest_file_path|.
103 void Move(const base::FilePath& src_file_path,
H A Dasync_file_util.h72 const base::FilePath& src_file_path,
H A Dfileapi_worker.cc228 void Copy(const base::FilePath& src_file_path, argument
234 file_system->Copy(src_file_path, dest_file_path, preserve_last_modified,
238 void Move(const base::FilePath& src_file_path, argument
243 file_system->Move(src_file_path, dest_file_path,
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dnative_media_file_util.cc249 const base::FilePath& src_file_path,
258 src_file_path, dest_url, callback));
374 const base::FilePath& src_file_path,
379 CopyInForeignFileSync(context.get(), src_file_path, dest_url);
446 base::FilePath src_file_path; local
451 &src_file_path);
454 if (storage::NativeFileUtil::DirectoryExists(src_file_path))
473 src_file_path,
481 const base::FilePath& src_file_path,
484 if (src_file_path
247 CopyInForeignFile( scoped_ptr<storage::FileSystemOperationContext> context, const base::FilePath& src_file_path, const storage::FileSystemURL& dest_url, const StatusCallback& callback) argument
372 CopyInForeignFileOnTaskRunnerThread( scoped_ptr<storage::FileSystemOperationContext> context, const base::FilePath& src_file_path, const storage::FileSystemURL& dest_url, const StatusCallback& callback) argument
479 CopyInForeignFileSync( storage::FileSystemOperationContext* context, const base::FilePath& src_file_path, const storage::FileSystemURL& dest_url) argument
[all...]
H A Dnative_media_file_util.h92 const base::FilePath& src_file_path,
136 const base::FilePath& src_file_path,
168 const base::FilePath& src_file_path,
H A Ddevice_media_async_file_util.h89 const base::FilePath& src_file_path,
/external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
H A Dprovider_async_file_util.h82 const base::FilePath& src_file_path,
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_app_manager_browsertest.cc309 base::FilePath src_file_path = test_data_dir.Append(src_file_path_str); local
310 EXPECT_TRUE(base::PathExists(src_file_path));
311 EXPECT_TRUE(base::ContentsEqual(src_file_path, crx_path));

Completed in 295 milliseconds

12