Lines Matching refs:f
62 with open(args.out, 'w') as f:
64 f.write('<modules>\n')
65 …f.write(' <module name="%s" type="java-production" outputDir="%s">\n' % (args.name, args.out_dir …
71 f.write(' <classpath path="%s"/>\n' % path)
78 f.write(' <javaSourceRoots path="%s"/>\n' % path)
80 f.write(' <sources path="%s"/>\n' % path)
82 raise RuntimeError(f'unknown source file type {src} from rspfile {rsp_file}')
87 f.write(' <sources path="%s"/>\n' % path)
88 f.write(' <commonSources path="%s"/>\n' % path)
90 f.write(' </module>\n')
91 f.write('</modules>\n')