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

1 2

  /build/libs/host/
Android.mk 5 CopyFile.c \
CopyFile.c 11 #include <host/CopyFile.h>
640 int copyFile(const char* src, const char* dst, unsigned int options)
  /external/chromium/third_party/libjingle/source/talk/base/
unixfilesystem.h 69 virtual bool CopyFile(const Pathname &old_path, const Pathname &new_path);
win32filesystem.h 72 virtual bool CopyFile(const Pathname &old_path, const Pathname &new_path);
fileutils.h 197 virtual bool CopyFile(const Pathname &old_path, const Pathname &new_path) = 0;
204 return CopyFile(old_path, new_path);
346 static bool CopyFile(const Pathname &old_path, const Pathname &new_path) {
347 return EnsureDefaultFilesystem()->CopyFile(old_path, new_path);
unixfilesystem.cc 231 if (!CopyFile(old_path, new_path))
265 bool UnixFilesystem::CopyFile(const Pathname &old_path,
win32filesystem.cc 307 bool Win32Filesystem::CopyFile(const Pathname &old_path,
309 return ::CopyFile(ToUtf16(old_path.pathname()).c_str(),
  /external/chromium/base/test/
test_file_util_posix.cc 85 if (CopyFile(current, target_path)) {
test_file_util_win.cc 159 if (!::CopyFile(cur_source_path.value().c_str(),
  /external/chromium/chrome/common/extensions/
extension_unpacker_unittest.cc 34 ASSERT_TRUE(file_util::CopyFile(original_path, crx_path)) <<
  /external/chromium/chrome/common/
json_pref_store_unittest.cc 58 ASSERT_TRUE(file_util::CopyFile(invalid_file_original, invalid_file));
74 ASSERT_TRUE(file_util::CopyFile(data_dir_.AppendASCII("read.json"),
  /build/tools/acp/
acp.c 24 #include <host/CopyFile.h>
154 copyResult = copyFile(src, dst, options);
  /build/tools/atree/
fs.cpp 16 #include <host/CopyFile.h>
147 err = copyFile(src.c_str(), dst.c_str(),
  /external/chromium/chrome/browser/extensions/
convert_user_script.cc 143 if (!file_util::CopyFile(user_script_path,
extension_startup_browsertest.cc 54 file_util::CopyFile(src_dir.AppendASCII("Preferences"),
sandboxed_extension_unpacker_unittest.cc 84 ASSERT_TRUE(file_util::CopyFile(original_path, crx_path)) <<
sandboxed_extension_unpacker.cc 105 if (!file_util::CopyFile(crx_path_, temp_crx_path)) {
  /external/chromium/chrome/browser/printing/
printing_layout_uitest.cc 77 file_util::CopyFile(test_result, emf);
94 file_util::CopyFile(test_result, FilePath(
  /external/chromium/chrome/browser/bookmarks/
bookmark_storage.cc 38 file_util::CopyFile(path_, backup_path);
  /external/chromium/chrome/browser/history/
starred_url_database_unittest.cc 79 file_util::CopyFile(old_history_path, db_file_);
  /external/chromium/chrome/browser/prefs/
pref_service_uitest.cc 51 ASSERT_TRUE(file_util::CopyFile(reference_pref_file, tmp_pref_file_));
  /external/llvm/include/llvm/Support/
PathV1.h     [all...]
  /external/chromium/base/
file_util.h 129 BASE_API bool CopyFile(const FilePath& from_path, const FilePath& to_path);
137 // If you only need to copy a file use CopyFile, it's faster.
  /external/chromium/chrome/browser/download/
save_file_manager.cc 465 bool success = file_util::CopyFile(file_path, save_file->full_path());
  /external/chromium/chrome/browser/first_run/
first_run.cc 165 if (!file_util::CopyFile(master_prefs, user_prefs))

Completed in 946 milliseconds

1 2