Lines Matching refs:write
951 proc.stdin.write(b'__clang__ __GNUC__ __GNUC_MINOR__ __GNUC_PATCHLEVEL__ '
1102 p.stdin.write(b'\n')
1659 def write(filename, data):
1662 f.write(data)
1691 error('''Cannot write to desired download path.
1724 # write an empty file to start with
1725 write(icu_config_name, do_not_edit +
1978 # write updated icu_config.gypi with a bunch of paths
1979 write(icu_config_name, do_not_edit +
2119 write('config.gypi', do_not_edit +
2122 write('config.status', '#!/bin/sh\nset -x\nexec ./configure ' +
2156 write('config.mk', do_not_edit + config_str)