Lines Matching refs:pname
6303 pname = name_mat.group(1)
6304 __manually_check_deps(pname, exit=[0, 4])
6305 self.pkg(["install", "--no-refresh", pname],
6307 self.pkg(["install", pname], su_wrap=True,
6309 self.pkg(["install", "--no-refresh", pname])
6310 self.pkg(["uninstall", pname], su_wrap=True,
6312 self.pkg(["uninstall", pname])
6313 __manually_check_deps(pname, install=False)
6317 pname = name_mat.group(1)
6318 __manually_check_deps(pname, exit=[0, 4])
6319 self.pkg(["install", "--no-refresh", pname])
6361 for pname in plist:
6363 self.pkg("install {0}".format(pname))
6366 for pname in reversed(plist):
6368 self.pkg("uninstall {0}".format(pname))