Searched refs:STDOUT (Results 1 – 9 of 9) sorted by relevance
/build/kati/ |
D | fileutil.h | 35 STDOUT, enumerator
|
D | exec.cc | 112 RedirectStderr::STDOUT, in ExecNode()
|
D | fileutil.cc | 113 if (redirect_stderr == RedirectStderr::STDOUT) { in RunCommand()
|
/build/make/tools/releasetools/ |
D | ota_from_target_files.py | 1038 p1 = common.Run(cmd, stdout=log_file, stderr=subprocess.STDOUT) 1084 p1 = common.Run(cmd, stdout=log_file, stderr=subprocess.STDOUT) 1096 p1 = common.Run(cmd, stdout=log_file, stderr=subprocess.STDOUT) 1115 p1 = common.Run(cmd, stdout=log_file, stderr=subprocess.STDOUT) 1129 p1 = common.Run(cmd, stdout=log_file, stderr=subprocess.STDOUT) 1142 p1 = common.Run(cmd, stdout=log_file, stderr=subprocess.STDOUT) 1152 p1 = common.Run(cmd, stdout=log_file, stderr=subprocess.STDOUT)
|
D | ota_from_target_files | 1038 p1 = common.Run(cmd, stdout=log_file, stderr=subprocess.STDOUT) 1084 p1 = common.Run(cmd, stdout=log_file, stderr=subprocess.STDOUT) 1096 p1 = common.Run(cmd, stdout=log_file, stderr=subprocess.STDOUT) 1115 p1 = common.Run(cmd, stdout=log_file, stderr=subprocess.STDOUT) 1129 p1 = common.Run(cmd, stdout=log_file, stderr=subprocess.STDOUT) 1142 p1 = common.Run(cmd, stdout=log_file, stderr=subprocess.STDOUT) 1152 p1 = common.Run(cmd, stdout=log_file, stderr=subprocess.STDOUT)
|
D | target_files_diff.py | 144 stderr=subprocess.STDOUT)
|
D | build_image.py | 48 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
|
D | blockimgdiff.py | 47 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
|
D | common.py | 604 stderr=subprocess.STDOUT)
|