HomeSort by relevance Sort by last modified time
    Searched full:to_use (Results 1 - 1 of 1) sorted by null

  /bootable/recovery/applypatch/
applypatch.c 770 int to_use = FindMatchingPatch(source_file.sha1, local
772 if (to_use >= 0) {
773 source_patch_value = patch_data[to_use];
789 int to_use = FindMatchingPatch(copy_file.sha1, local
791 if (to_use >= 0) {
792 copy_patch_value = patch_data[to_use];
    [all...]

Completed in 306 milliseconds