Searched refs:dest_file_path (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dmove_operation.h49 // with a target of |dest_file_path|.
53 const base::FilePath& dest_file_path,
H A Dmove_operation.cc84 const base::FilePath& dest_file_path,
97 dest_file_path,
83 Move(const base::FilePath& src_file_path, const base::FilePath& dest_file_path, const FileOperationCallback& callback) argument
H A Dcopy_operation.cc30 base::FilePath dest_file_path; member in struct:drive::file_system::CopyOperation::CopyParams
82 error = metadata->GetResourceEntryByPath(params->dest_file_path.DirName(),
96 error = metadata->GetResourceEntryByPath(params->dest_file_path, &dest_entry);
129 entry.set_title(params->dest_file_path.BaseName().AsUTF8Unsafe());
299 const base::FilePath& dest_file_path,
307 params->dest_file_path = dest_file_path;
340 changed_file.Update(params->dest_file_path,
399 base::FilePath new_title = params.dest_file_path.BaseName();
298 Copy(const base::FilePath& src_file_path, const base::FilePath& dest_file_path, bool preserve_last_modified, const FileOperationCallback& callback) argument
H A Dcopy_operation.h56 // with a target of |dest_file_path|.
62 const base::FilePath& dest_file_path,
/external/chromium_org/chrome/browser/chromeos/drive/fileapi/
H A Dfileapi_worker.h93 // Copies a file from |src_file_path| to |dest_file_path|.
96 const base::FilePath& dest_file_path,
101 // Moves a file from |src_file_path| to |dest_file_path|.
104 const base::FilePath& dest_file_path,
110 // System, to |dest_file_path|.
112 const base::FilePath& dest_file_path,
H A Dfileapi_worker.cc229 const base::FilePath& dest_file_path,
234 file_system->Copy(src_file_path, dest_file_path, preserve_last_modified,
239 const base::FilePath& dest_file_path,
243 file_system->Move(src_file_path, dest_file_path,
248 const base::FilePath& dest_file_path,
253 src_foreign_file_path, dest_file_path,
228 Copy(const base::FilePath& src_file_path, const base::FilePath& dest_file_path, bool preserve_last_modified, const StatusCallback& callback, FileSystemInterface* file_system) argument
238 Move(const base::FilePath& src_file_path, const base::FilePath& dest_file_path, const StatusCallback& callback, FileSystemInterface* file_system) argument
247 CopyInForeignFile(const base::FilePath& src_foreign_file_path, const base::FilePath& dest_file_path, const StatusCallback& callback, FileSystemInterface* file_system) argument
/external/chromium_org/storage/browser/fileapi/
H A Dlocal_file_util.cc199 base::FilePath dest_file_path;
200 error = GetLocalFilePath(context, dest_url, &dest_file_path);
206 dest_file_path,
218 base::FilePath dest_file_path;
220 GetLocalFilePath(context, dest_url, &dest_file_path);
225 dest_file_path,
/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddummy_file_system.h28 const base::FilePath& dest_file_path,
32 const base::FilePath& dest_file_path,
H A Dfile_system_unittest.cc323 base::FilePath dest_file_path(FILE_PATH_LITERAL("drive/root/Copied.txt"));
325 EXPECT_FALSE(GetResourceEntrySync(dest_file_path));
329 dest_file_path,
336 scoped_ptr<ResourceEntry> entry = GetResourceEntrySync(dest_file_path);
353 base::FilePath dest_file_path(
356 EXPECT_FALSE(GetResourceEntrySync(dest_file_path));
358 GetResourceEntrySync(dest_file_path.DirName());
363 dest_file_path,
369 scoped_ptr<ResourceEntry> entry = GetResourceEntrySync(dest_file_path);
H A Dfake_file_system.h57 const base::FilePath& dest_file_path,
61 const base::FilePath& dest_file_path,
H A Dfile_system_interface.h197 // Copies |src_file_path| to |dest_file_path| on the file system.
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
210 // - |dest_file_path| must not exist.
211 // - The parent of |dest_file_path| must already exist.
214 // of |dest_file_path| need to be present in the in-memory representation
219 const base::FilePath& dest_file_path,
223 // Moves |src_file_path| to |dest_file_path| on the file system.
225 // |dest_file_path| is expected to be of the same type of |src_file_path|
226 // (i.e. if |src_file_path| is a file, |dest_file_path| wil
[all...]
H A Dfile_system.h97 const base::FilePath& dest_file_path,
101 const base::FilePath& dest_file_path,
H A Dfake_file_system.cc62 const base::FilePath& dest_file_path,
69 const base::FilePath& dest_file_path,
61 Copy(const base::FilePath& src_file_path, const base::FilePath& dest_file_path, bool preserve_last_modified, const FileOperationCallback& callback) argument
68 Move(const base::FilePath& src_file_path, const base::FilePath& dest_file_path, const FileOperationCallback& callback) argument
H A Dfile_system.cc419 const base::FilePath& dest_file_path,
425 src_file_path, dest_file_path, preserve_last_modified, callback);
429 const base::FilePath& dest_file_path,
433 move_operation_->Move(src_file_path, dest_file_path, callback);
418 Copy(const base::FilePath& src_file_path, const base::FilePath& dest_file_path, bool preserve_last_modified, const FileOperationCallback& callback) argument
428 Move(const base::FilePath& src_file_path, const base::FilePath& dest_file_path, const FileOperationCallback& callback) argument
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dnative_media_file_util.cc457 base::FilePath dest_file_path;
458 error = GetLocalFilePath(context, dest_url, &dest_file_path);
462 error = storage::NativeFileUtil::GetFileInfo(dest_file_path, &file_info);
469 if (!media_path_filter_->Match(dest_file_path))
474 dest_file_path,
487 base::FilePath dest_file_path;
489 GetFilteredLocalFilePath(context, dest_url, &dest_file_path);
494 dest_file_path,
/external/chromium_org/chrome/browser/sessions/
H A Dsession_service_unittest.cc839 base::FilePath dest_file_path(path_);
840 dest_file_path = dest_file_path.AppendASCII("Current Session");
845 ASSERT_TRUE(base::CopyFile(v1_file_path, dest_file_path));

Completed in 4145 milliseconds