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

  /build/tools/atree/
fs.h 10 int copy_file(const string& src, const string& dst);
fs.cpp 141 copy_file(const string& src, const string& dst) function
atree.cpp 266 err = copy_file(it->sourcePath, it->outPath);
  /bootable/recovery/applypatch/
applypatch.c 613 FileContents copy_file; local
651 if (LoadFileContents(CACHE_TEMP_SOURCE, &copy_file) < 0) {
657 int to_use = FindMatchingPatch(copy_file.sha1,
766 source_to_use = &copy_file;
  /frameworks/base/cmds/rawbu/
backup.cpp 190 static int copy_file(FILE* dest, FILE* src, off_t size, const char* destName, function in namespace:android
343 int copyres = copy_file(fh, src, size, NULL, fullPath);
564 int copyres = copy_file(dest, fh, size, path, NULL);
  /external/e2fsprogs/debugfs/
debugfs.c 1247 static errcode_t copy_file(int fd, ext2_ino_t newfile) function
1356 retval = copy_file(fd, newfile);
1358 com_err("copy_file", retval, 0);
    [all...]

Completed in 225 milliseconds