Lines Matching refs:path
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):
52 build_path = os.path.split(realpath(__file__))[0]
58 gn_path = realpath(join(root_path, info['path'], "BUILD.gn"))
59 if not os.path.exists(gn_path):
65 so_items.append('\"%s:%s\",\n' % (info['path'], target))
67 items.append('\"%s:%s\",\n' % (info['path'], info['name']))
68 ut_items.append('\"%s:unittest\",\n' % (info['path']))
69 mst_items.append('\"%s:moduletest\",\n' % (info['path']))
83 out_dir = os.path.dirname(output_file)
84 if os.path.isdir(out_dir) is False:
127 out_dir = os.path.dirname(output_file)
128 if os.path.isdir(out_dir) is False: