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

  /external/chromium_org/chrome/installer/mac/
dirpatcher.sh 176 copy_file() { function
211 operation="copy_file"
  /external/oprofile/libutil++/
file_manip.cpp 33 bool copy_file(string const & source, string const & destination) function
  /build/tools/atree/
fs.cpp 143 copy_file(const string& src, const string& dst) function
  /bootable/recovery/applypatch/
applypatch.c 38 FileContents* copy_file,
730 FileContents copy_file; local
732 copy_file.data = NULL;
773 if (LoadFileContents(CACHE_TEMP_SOURCE, &copy_file) < 0) {
779 int to_use = FindMatchingPatch(copy_file.sha1,
788 free(copy_file.data);
794 &copy_file, copy_patch_value,
798 free(copy_file.data);
805 FileContents* copy_file,
911 source_to_use = copy_file;
    [all...]
  /external/e2fsprogs/debugfs/
debugfs.c 1578 static errcode_t copy_file(int fd, ext2_ino_t newfile, int bufsize, int make_holes) function
    [all...]

Completed in 169 milliseconds