Lines Matching refs:li
47 from . import common as li # Relative import; pylint: disable=W0403
118 class LinkedImageZonePlugin(li.LinkedImagePlugin):
123 li.PROP_RECURSE: False
133 li.LinkedImagePlugin.__init__(self, pname, linked)
266 lin = li.LinkedImageName("{0}:{1}".format(self.__pname,
284 return li.PATH_TRANSFORM_NONE
299 path = self.__children[lin][li.PROP_PATH]
326 props[li.PROP_NAME] = lin
329 props[li.PROP_PATH] = i_path
331 assert li.PROP_PATH in props
333 props[li.PROP_MODEL] = li.PV_MODEL_PUSH
344 lin = props[li.PROP_NAME]
349 self.__children[lin] = li.rm_dict_ent(props, li.temporal_props)
364 return li.LI_RVTuple(pkgdefs.EXIT_OK, None, None)
367 class LinkedImageZoneChildPlugin(li.LinkedImageChildPlugin):
372 li.LinkedImageChildPlugin.__init__(self, lic)
382 props[li.PROP_PATH] = "/"
395 if not li.path_exists(cmd[0]):
458 if not li.path_exists(cmd[0]):
510 if li.path_transform_applied(z_rootpath, path_transform):
511 z_rootpath = li.path_transform_revert(z_rootpath,
528 zdict = _list_zones("/", li.PATH_TRANSFORM_NONE)