Searched refs:stdout (Results 1 – 5 of 5) sorted by relevance
/scripts/ |
A D | list-fixed-bugs.py | 53 sys.stdout.buffer.write(desc.encode('utf-8'))
|
A D | move-symbol-to-libc.py | 48 sys.stdout.write('updating libc abilist {}\n'.format(path)) 113 sys.stdout.write('updating {} abilist {}\n'.format(library, path))
|
A D | build-many-glibcs.py | 63 def __init__(self, args, returncode, stdout=None, stderr=None): argument 66 self.stdout = stdout 73 stdout, stderr = process.communicate(input) 81 return _CompletedProcess(popenargs, returncode, stdout, stderr) 132 sys.stdout.flush() 139 cg_out = subprocess.run([config_guess], stdout=subprocess.PIPE, 916 stdout=subprocess.PIPE, 917 check=True, universal_newlines=True).stdout 958 stdout=subprocess.PIPE, 959 check=True, universal_newlines=True).stdout [all …]
|
A D | pylintrc | 52 # command line instead of printing them on stdout. Reports (if any) will be
|
A D | dso-ordering-test.py | 1153 makefile = open(sys.stdout.fileno (), "w")
|
Completed in 13 milliseconds