Home | History | Annotate | Download | only in applypatch

Lines Matching full:to_use

770         int to_use = FindMatchingPatch(source_file.sha1,
772 if (to_use >= 0) {
773 source_patch_value = patch_data[to_use];
789 int to_use = FindMatchingPatch(copy_file.sha1,
791 if (to_use >= 0) {
792 copy_patch_value = patch_data[to_use];