Lines Matching refs:bundlejson_out
279 def _dirs_handler(bundlejson_out): argument
282 directory = bundlejson_out
299 bundlejson_out = os.path.join(args.get("out_path"), "component_package", args.get("part_path"))
300 print("bundlejson_out : ", bundlejson_out)
301 if not os.path.exists(bundlejson_out):
302 os.makedirs(bundlejson_out)
316 dirs = _dirs_handler(bundlejson_out)
341 if os.path.isfile(os.path.join(bundlejson_out, "bundle.json")):
342 os.remove(os.path.join(bundlejson_out, "bundle.json"))
343 …with os.fdopen(os.open(os.path.join(bundlejson_out, "bundle.json"), os.O_WRONLY | os.O_CREAT, mode…
360 …bundlejson_out = os.path.join(args.get("out_path"), "component_package", args.get("part_path"), 'b…
361 with open(bundlejson_out, 'r') as f:
364 if os.path.isfile(bundlejson_out):
365 os.remove(bundlejson_out)
366 with os.fdopen(os.open(bundlejson_out, os.O_WRONLY | os.O_CREAT, mode=0o640), "w",