Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/source/
H A Disoimage-isohybrid.py447 full_path = creator._full_path(workdir, disk_name, "direct")
448 full_path_iso = creator._full_path(workdir, disk_name, "iso")
H A Dbootimg-pcbios.py72 full_path = creator._full_path(workdir, disk_name, "direct")
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/imager/
H A Ddirect.py78 image_path = self._full_path(self.workdir, self.parts[0].disk, "direct")
155 def _full_path(self, path, name, extention): member in DirectPlugin
233 full_path = self._full_path(self.outdir, self.parts[0].disk, extension)