Searched refs:stderr_file (Results 1 – 7 of 7) sorted by relevance
/external/deqp-deps/amber/android_gradle/app/src/androidTest/java/com/google/amber/ |
D | AmberLauncher.java | 55 … String stderr_file = args.getString("stderr", new File(outputDir, "amber_stderr.txt").toString()); in LaunchAmber() local 57 int res = Amber.androidMain(args_list.toArray(new String[0]), stdout_file, stderr_file); in LaunchAmber()
|
/external/autotest/site_utils/ |
D | gs_offloader.py | 717 tempfile.TemporaryFile('w+') as stderr_file: 721 stderr_file) 728 stderr_file) 737 stderr_file.seek(0) 738 stderr_content = stderr_file.read() 760 stdout_file, stderr_file): argument 806 cmd, stdout=stdout_file, stderr=stderr_file) 810 _mark_upload_finished(gs_path, stdout_file, stderr_file) 1021 def _mark_upload_finished(gs_path, stdout_file, stderr_file): argument 1028 process = subprocess.Popen(cmd, stdout=stdout_file, stderr=stderr_file)
|
/external/autotest/server/ |
D | subcommand.py | 223 stderr_file = os.path.join(self.debug, 'autoserv.stderr') 224 if os.path.exists(stderr_file): 225 for line in open(stderr_file).readlines():
|
/external/deqp-deps/amber/android_gradle/app/src/main/java/com/google/amber/ |
D | Amber.java | 22 public static native int androidMain(String[] args, String stdout_file, String stderr_file); in androidMain() argument
|
/external/autotest/client/tools/ |
D | html_report.py | 1611 stderr_file = os.path.join(resdir, tag, 'debug', 'stderr') 1616 log += get_info_file(stderr_file)
|
/external/google-breakpad/src/client/linux/microdump_writer/ |
D | microdump_writer_unittest.cc | 91 string stderr_file = temp_dir.path() + "/stderr.log"; in CrashAndGetMicrodump() local 92 int err_fd = open(stderr_file.c_str(), O_CREAT | O_RDWR, S_IRUSR | S_IWUSR); in CrashAndGetMicrodump()
|
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/objcxx/ |
D | PlatformiOSSimulatorCoreSimulatorSupport.mm | 500 lldb::FileSP stderr_file; 514 STDERR_FILENO, stderr_file);
|