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 758 int to_use = FindMatchingPatch(source_file.sha1, local
760 if (to_use >= 0) {
761 source_patch_value = patch_data[to_use];
777 int to_use = FindMatchingPatch(copy_file.sha1, local
779 if (to_use >= 0) {
780 copy_patch_value = patch_data[to_use];
    [all...]

Completed in 52 milliseconds