Home
last modified time | relevance | path

Searched refs:stdout (Results 1 – 5 of 5) sorted by relevance

/scripts/
A Dlist-fixed-bugs.py53 sys.stdout.buffer.write(desc.encode('utf-8'))
A Dmove-symbol-to-libc.py48 sys.stdout.write('updating libc abilist {}\n'.format(path))
113 sys.stdout.write('updating {} abilist {}\n'.format(library, path))
A Dbuild-many-glibcs.py63 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 Dpylintrc52 # command line instead of printing them on stdout. Reports (if any) will be
A Ddso-ordering-test.py1153 makefile = open(sys.stdout.fileno (), "w")

Completed in 13 milliseconds