HomeSort by relevance Sort by last modified time
    Searched refs:copy_file (Results 1 - 17 of 17) 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);
  /system/core/toolbox/cp/
extern.h 53 int copy_file(FTSENT *, int);
cp.c 452 if (copy_file(curr, dne))
527 if (copy_file(curr, dne))
535 if (copy_file(curr, dne))
539 if (copy_file(curr, dne))
utils.c 112 copy_file(FTSENT *entp, int dne) function
  /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
  /bootable/recovery/applypatch/
applypatch.c 37 FileContents* copy_file,
737 FileContents copy_file; local
739 copy_file.data = NULL;
782 if (LoadFileContents(CACHE_TEMP_SOURCE, &copy_file,
789 int to_use = FindMatchingPatch(copy_file.sha1,
798 free(copy_file.data);
804 &copy_file, copy_patch_value,
808 free(copy_file.data);
815 FileContents* copy_file,
921 source_to_use = copy_file;
    [all...]
  /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/linux-tools-perf/util/
trace-event-info.c 214 static unsigned long long copy_file(const char *file) function
356 check_size = copy_file(format);
454 check_size = copy_file(path);
477 check_size = copy_file(path);
  /frameworks/native/cmds/rawbu/
backup.cpp 196 static int copy_file(FILE* dest, FILE* src, off_t size, const char* destName, function in namespace:android
354 int copyres = copy_file(fh, src, size, NULL, fullPath);
581 int copyres = copy_file(dest, fh, size, path, NULL);
  /external/llvm/unittests/Support/
Path.cpp 192 fs::copy_file(Twine(TempPath), Twine(TempPath2)), errc::file_exists);
196 ASSERT_NO_ERROR(fs::copy_file(Twine(TempPath), Twine(TempPath2),
  /external/oprofile/pp/
oparchive.cpp 51 if (!copy_file(source, dest) && err == image_ok) {
  /external/clang/lib/ARCMigrate/
FileRemapper.cpp 180 if (fs::copy_file(newFE->getName(), origFE->getName(),
  /external/llvm/include/llvm/Support/
FileSystem.h 245 error_code copy_file(const Twine &from, const Twine &to,
  /external/e2fsprogs/debugfs/
debugfs.c 1506 static errcode_t copy_file(int fd, ext2_ino_t newfile) function
    [all...]

Completed in 448 milliseconds