Lines Matching full:path
33 import os.path
151 data = load_json_config_file(os.path.join(dyr, "Makefile.json"))
183 common_dir_path = "..%s" % _platform_choices[system]["path-sep"]
184 common_dir_path = common_dir_path * len(dyr.split(os.path.sep)[1:])
186 with open(os.path.join(dyr, "Makefile"), "w") as handle:
200 os.path.join(harness, "Makefile.json"), key,
212 os.path.join(harness, "Makefile.json"), key,
218 tmp = re.sub("/", _platform_choices[system]["path-sep-re"], tmp)
224 os.path.join(harness, "Makefile.json"),
334 "path-sep": "/",
335 "path-sep-re": "/",
342 "path-sep": "\\",
343 "path-sep-re": re.escape("\\"),
395 script=os.path.basename(__file__))