Lines Matching refs:content_root
247 PKG_DEPOT_CONTENT Used as default content_root if --content-root
275 content_root = os.environ["PKG_DEPOT_CONTENT"]
276 ivalues["pkg"]["content_root"] = content_root
279 content_root = os.path.join(os.environ['PKG_HOME'],
281 ivalues["pkg"]["content_root"] = content_root
334 ivalues["pkg"]["content_root"] = arg
601 content_root = dconf.get_property("pkg", "content_root")
602 if not content_root:
603 dconf.set_property("pkg", "content_root", CONTENT_PATH_DEFAULT)
604 content_root = dconf.get_property("pkg", "content_root")
642 dconf.set_property("pkg", "content_root", "")
653 if content_root and not os.path.isabs(content_root):
654 content_root = os.path.join(pkg_root, content_root)