HomeSort by relevance Sort by last modified time
    Searched refs:dest_file_path (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
move_operation.h 49 // with a target of |dest_file_path|.
53 const base::FilePath& dest_file_path,
move_operation.cc 84 const base::FilePath& dest_file_path,
97 dest_file_path,
copy_operation.cc 30 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();
copy_operation.h 56 // with a target of |dest_file_path|.
62 const base::FilePath& dest_file_path,
  /external/chromium_org/chrome/browser/chromeos/drive/fileapi/
fileapi_worker.h 93 // 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,
fileapi_worker.cc 229 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,
  /external/chromium_org/storage/browser/fileapi/
local_file_util.cc 199 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/
dummy_file_system.h 28 const base::FilePath& dest_file_path,
32 const base::FilePath& dest_file_path,
file_system_unittest.cc 323 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);
    [all...]
fake_file_system.h 57 const base::FilePath& dest_file_path,
61 const base::FilePath& dest_file_path,
file_system_interface.h 197 // 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| will be created a
    [all...]
file_system.h 97 const base::FilePath& dest_file_path,
101 const base::FilePath& dest_file_path,
fake_file_system.cc 62 const base::FilePath& dest_file_path,
69 const base::FilePath& dest_file_path,
file_system.cc 419 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);
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
native_media_file_util.cc 457 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/
session_service_unittest.cc 839 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));
    [all...]

Completed in 1308 milliseconds