Lines Matching refs:os
18 import os
22 from os.path import join
23 from os.path import realpath
30 if not os.path.exists(input_file):
42 file_dir = os.path.dirname(os.path.abspath(output_file))
43 if not os.path.exists(file_dir):
44 os.makedirs(file_dir, exist_ok=True)
52 build_path = os.path.split(realpath(__file__))[0]
59 if not os.path.exists(gn_path):
83 out_dir = os.path.dirname(output_file)
84 if os.path.isdir(out_dir) is False:
85 os.makedirs(out_dir)
127 out_dir = os.path.dirname(output_file)
128 if os.path.isdir(out_dir) is False:
129 os.makedirs(out_dir)