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

  /build/tools/atree/
fs.h 10 int copy_file(const string& src, const string& dst);
fs.cpp 143 copy_file(const string& src, const string& dst) function
atree.cpp 300 err = copy_file(it->sourcePath, it->outPath);
  /external/oprofile/libutil++/
file_manip.h 20 * copy_file - copy a file.
27 bool copy_file(std::string const & source, std::string const & destination);
file_manip.cpp 33 bool copy_file(string const & source, string const & destination) function
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_result_writer.py 81 writer.copy_file(port.reftest_expected_filename(filename), '-expected.html')
84 writer.copy_file(port.reftest_expected_mismatch_filename(filename), '-expected-mismatch.html')
223 def copy_file(self, src_filepath, dst_extension): member in class:TestResultWriter
  /external/llvm/unittests/Support/
Path.cpp 188 fs::copy_file(Twine(TempPath), Twine(TempPath2)), errc::file_exists);
192 ASSERT_NO_ERROR(fs::copy_file(Twine(TempPath), Twine(TempPath2),
  /bootable/recovery/applypatch/
applypatch.c 632 FileContents copy_file; local
672 if (LoadFileContents(CACHE_TEMP_SOURCE, &copy_file,
679 int to_use = FindMatchingPatch(copy_file.sha1,
788 source_to_use = &copy_file;
  /frameworks/base/cmds/rawbu/
backup.cpp 191 static int copy_file(FILE* dest, FILE* src, off_t size, const char* destName, function in namespace:android
344 int copyres = copy_file(fh, src, size, NULL, fullPath);
565 int copyres = copy_file(dest, fh, size, path, NULL);
  /external/llvm/include/llvm/Support/
FileSystem.h 130 error_code copy_file(const Twine &from, const Twine &to,
  /external/oprofile/pp/
oparchive.cpp 51 if (!copy_file(source, dest) && err == image_ok) {
  /external/clang/lib/ARCMigrate/
FileRemapper.cpp 165 if (fs::copy_file(newFE->getName(), origFE->getName(),
  /external/e2fsprogs/debugfs/
debugfs.c 1506 static errcode_t copy_file(int fd, ext2_ino_t newfile) function
    [all...]

Completed in 551 milliseconds