Home | History | Annotate | Download | only in applypatch

Lines Matching defs:copy_file

38                           FileContents* copy_file,
730 FileContents copy_file;
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;