Lines Matching full:os
13 import os
45 loader=jinja2.FileSystemLoader(os.path.dirname(template_path)),
47 template = environment.get_template(os.path.basename(template_path))
59 os.path.join(template_dir, template_file_name)
63 with open(file=os.path.join(output_dir, os.path.splitext(template_file_name)[0]),
116 'transparent': os.path.join(mbedtls_root,
121 'opaque': os.path.join(mbedtls_root,
142 with open(file=os.path.join(json_directory, jsondriver_list),
148 driver_file=os.path.join(json_directory, driver_file_name))
179 mbedtls_root = os.path.abspath(args.mbedtls_root)
182 os.path.join(mbedtls_root, 'library')
184 os.path.join(mbedtls_root,
189 os.path.join(mbedtls_root,