Lines Matching refs:os
3 import os
7 DIR_SCRIPTS = os.path.dirname(__file__)
8 REPO_ROOT = os.path.join(DIR_SCRIPTS, "..")
9 DIR_CWD = os.getcwd()
39 if os.path.isdir(args.template):
40 args.template = os.path.join(args.template, "lv_conf_template.h")
43 args.config = os.path.join(args.target, "lv_conf.h")
46 args.defaults = os.path.join(args.target, "lv_conf.defaults")
48 if not os.path.exists(args.template):
50 if not os.path.exists(args.config):
52 if not os.path.exists(args.defaults):