HomeSort by relevance Sort by last modified time
    Searched refs:src_file_path (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
move_operation.h 48 // Performs the move operation on the file at drive path |src_file_path|
52 void Move(const base::FilePath& src_file_path,
move_operation.cc 83 void MoveOperation::Move(const base::FilePath& src_file_path,
96 src_file_path,
copy_operation.h 55 // Performs the copy operation on the file at drive path |src_file_path|
61 void Copy(const base::FilePath& src_file_path,
copy_operation.cc 29 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,
306 params->src_file_path = src_file_path;
  /external/chromium_org/chrome/browser/chromeos/drive/
file_cache_unittest.cc 174 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, FileCache::FILE_OPERATION_COPY))
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...]
dummy_file_system.h 27 virtual void Copy(const base::FilePath& src_file_path,
31 virtual void Move(const base::FilePath& src_file_path,
fake_file_system.h 56 virtual void Copy(const base::FilePath& src_file_path,
60 virtual void Move(const base::FilePath& src_file_path,
file_system_interface.h 197 // 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...]
file_system.h 96 virtual void Copy(const base::FilePath& src_file_path,
100 virtual void Move(const base::FilePath& src_file_path,
file_system_unittest.cc 322 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,
    [all...]
fake_file_system.cc 61 void FakeFileSystem::Copy(const base::FilePath& src_file_path,
68 void FakeFileSystem::Move(const base::FilePath& src_file_path,
  /external/chromium_org/storage/browser/fileapi/
local_file_util.cc 194 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,
async_file_util_adapter.h 90 const base::FilePath& src_file_path,
file_system_file_util.h 150 const base::FilePath& src_file_path,
local_file_util.h 73 const base::FilePath& src_file_path,
async_file_util.h 266 // - File::FILE_ERROR_NOT_FOUND if |src_file_path|
275 const base::FilePath& src_file_path,
async_file_util_adapter.cc 290 const base::FilePath& src_file_path,
298 base::Owned(context_ptr), src_file_path, dest_url),
  /external/chromium_org/chrome/browser/chromeos/drive/fileapi/
fileapi_worker.h 93 // 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,
async_file_util.h 72 const base::FilePath& src_file_path,
fileapi_worker.cc 228 void Copy(const base::FilePath& src_file_path,
234 file_system->Copy(src_file_path, dest_file_path, preserve_last_modified,
238 void Move(const base::FilePath& src_file_path,
243 file_system->Move(src_file_path, dest_file_path,
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
native_media_file_util.h 92 const base::FilePath& src_file_path,
136 const base::FilePath& src_file_path,
168 const base::FilePath& src_file_path,
native_media_file_util.cc 249 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.empty()
    [all...]
device_media_async_file_util.h 89 const base::FilePath& src_file_path,
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
provider_async_file_util.h 82 const base::FilePath& src_file_path,
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_manager_browsertest.cc 309 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 413 milliseconds

1 2