HomeSort by relevance Sort by last modified time
    Searched defs:src_file_path (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
copy_operation.cc 30 // Copies a file from |src_file_path| to |dest_file_path| on the local
34 const base::FilePath& src_file_path,
36 return base::CopyFile(src_file_path, dest_file_path) ?
104 void CopyOperation::Copy(const base::FilePath& src_file_path,
111 src_file_path,
393 const base::FilePath& src_file_path = result->first.path; local
395 src_file_path,
  /external/chromium_org/webkit/browser/fileapi/
local_file_util.cc 195 base::FilePath src_file_path; local
196 PlatformFileError error = GetLocalFilePath(context, src_url, &src_file_path);
205 return NativeFileUtil::CopyOrMoveFile(src_file_path, dest_file_path, copy);
210 const base::FilePath& src_file_path,
212 if (src_file_path.empty())
220 return NativeFileUtil::CopyOrMoveFile(src_file_path, dest_file_path, true);
obfuscated_file_util_unittest.cc 523 base::FilePath src_file_path = root_file_path.AppendASCII("file_name"); local
532 src_file_path, file_flags, &created, &error_code);
560 src_file_path, dest_url));
567 src_file_path, dest_url));
577 EXPECT_NE(data_path, src_file_path);
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
native_media_file_util.cc 238 const base::FilePath& src_file_path,
247 src_file_path, dest_url, callback));
356 const base::FilePath& src_file_path,
361 CopyInForeignFileSync(context.get(), src_file_path, dest_url);
416 base::FilePath src_file_path; local
421 &src_file_path);
424 if (fileapi::NativeFileUtil::DirectoryExists(src_file_path))
441 return fileapi::NativeFileUtil::CopyOrMoveFile(src_file_path, dest_file_path,
447 const base::FilePath& src_file_path,
450 if (src_file_path.empty()
    [all...]
  /external/chromium_org/third_party/leveldatabase/
env_chromium.cc 667 base::FilePath src_file_path = CreateFilePath(src); local
668 if (!::base::PathExists(src_file_path))
675 if (base::ReplaceFile(src_file_path, destination, &error))

Completed in 300 milliseconds