Searched refs:stdout_file (Results 1 – 2 of 2) sorted by relevance
221 stdout_file = open('stdout.txt', 'w+')235 ret = subprocess.call(args, stdout=stdout_file, stderr=stderr_file)239 stdout_file.close()
43 let stdout_file = ParcelFileDescriptor::new(duplicate_stdout()?); in command_run() localVariable44 let stdout = if daemonize { None } else { Some(&stdout_file) }; in command_run()