Lines Matching defs:path
20 import os.path
28 sys.path.append(
29 os.path.dirname(os.path.dirname(os.path.dirname(
30 os.path.abspath(__file__)))))
54 notice_file_name = os.path.basename(file)
74 dest = os.path.join(options.notice_root_dir, install_dir,
75 os.path.basename(file))
76 os.makedirs(os.path.dirname(dest), exist_ok=True)
78 if os.path.isfile("{}.json".format(file)):
79 os.makedirs(os.path.dirname("{}.json".format(dest)), exist_ok=True)
110 os.path.relpath(filename, input_dir))))
141 for path in software_value.get("_path"):
142 write_file(output_file, f"Path: {path}")
164 os.path.relpath(filename, input_dir))
258 os.path.join(args.notice_install_dir,
259 os.path.basename(args.output_notice_txt))
270 if os.path.isfile(notice_txt):
271 os.makedirs(os.path.dirname(dest), exist_ok=True)
287 help='path to static library notice files')