Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Drawcopy.py15 from wic.filemap import sparse_copy
100 sparse_copy(src, dst, skip=int(source_params['skip']))
102 sparse_copy(src, dst)
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dengine.py28 from wic.filemap import sparse_copy
306 sparse_copy(self.imagepath, dst_fname, skip=part.start, length=part.size)
313 sparse_copy(self._partimages[pnum], self.imagepath,
455 sparse_copy(self.imagepath, target)
458 sparse_copy(self.imagepath, target, length=2048 * self._lsector_size)
506sparse_copy(self._get_part_image(pnum), target, seek=part['start'] * self._lsector_size)
520 sparse_copy(partimg, partfname)
552 sparse_copy(partfname, target, seek=part['start'] * self._lsector_size)
H A Dfilemap.py520 def sparse_copy(src_fname, dst_fname, skip=0, seek=0, function
/openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/
H A Ddirect.py25 from wic.filemap import sparse_copy
686 sparse_copy(source, self.path, seek=part.start * self.sector_size)
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dwic.py1363 from filemap import FilemapFiemap, FilemapSeek, sparse_copy, ErrorNotSupp
1378 sparse_copy(sparse.name, dest, api=api)