Home | History | Annotate | Download | only in applypatch

Lines Matching refs:copy_file

37                           FileContents* copy_file,
737 FileContents copy_file;
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;