Home
last modified time | relevance | path

Searched refs:_lseek (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/scripts/lib/wic/
H A Dfilemap.py170 def _lseek(file_obj, offset, whence): function
234 offs = _lseek(tmp_obj, 0, _SEEK_HOLE)
247 offs = _lseek(self._f_image, block * self.block_size, _SEEK_DATA)
268 start = _lseek(self._f_image, end, whence1)
272 end = _lseek(self._f_image, start, whence2)