Home
last modified time | relevance | path

Searched refs:STDOUT (Results 1 – 9 of 9) sorted by relevance

/build/kati/
Dfileutil.h35 STDOUT, enumerator
Dexec.cc112 RedirectStderr::STDOUT, in ExecNode()
Dfileutil.cc113 if (redirect_stderr == RedirectStderr::STDOUT) { in RunCommand()
/build/make/tools/releasetools/
Dota_from_target_files.py1038 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)
Dota_from_target_files1038 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)
Dtarget_files_diff.py144 stderr=subprocess.STDOUT)
Dbuild_image.py48 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
Dblockimgdiff.py47 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
Dcommon.py604 stderr=subprocess.STDOUT)