HomeSort by relevance Sort by last modified time
    Searched refs:patch_start (Results 1 - 3 of 3) sorted by null

  /external/syslinux/utils/
pxelinux-options 201 my $patch_start = (stat($file))[7];
229 $patch_start = $boff = $hdroffset + 32;
249 $patch_start = $boff if ($boff < patch_start);
257 $patch_start = $aoff if ($aoff < $patch_start);
260 $hdr{'patch_start'} = $patch_start;
271 my $patch_start = $hdr->{'patch_start'};
    [all...]
  /build/make/tools/releasetools/
blockimgdiff.py 625 xf.patch_start, xf.patch_len,
    [all...]
  /bootable/recovery/updater/
blockimg.cpp 547 uint8_t* patch_start; member in struct:CommandParameters
    [all...]

Completed in 142 milliseconds