Searched refs:_full_path (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/source/ |
| H A D | isoimage-isohybrid.py | 447 full_path = creator._full_path(workdir, disk_name, "direct") 448 full_path_iso = creator._full_path(workdir, disk_name, "iso")
|
| H A D | bootimg-pcbios.py | 72 full_path = creator._full_path(workdir, disk_name, "direct")
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/imager/ |
| H A D | direct.py | 78 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)
|