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

  /build/tools/atree/
fs.cpp 143 copy_file(const string& src, const string& dst) function
  /external/oprofile/libutil++/
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
  /frameworks/base/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/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);
  /bootable/recovery/applypatch/
applypatch.c 37 FileContents* copy_file,
634 FileContents copy_file; local
636 copy_file.data = NULL;
678 if (LoadFileContents(CACHE_TEMP_SOURCE, &copy_file,
685 int to_use = FindMatchingPatch(copy_file.sha1,
694 free(copy_file.data);
700 &copy_file, copy_patch_value,
704 free(copy_file.data);
711 FileContents* copy_file,
814 source_to_use = copy_file;
    [all...]
  /external/e2fsprogs/debugfs/
debugfs.c 1506 static errcode_t copy_file(int fd, ext2_ino_t newfile) function
    [all...]

Completed in 136 milliseconds