Searched refs:std_out (Results 1 - 5 of 5) sorted by relevance
/third_party/gn/src/gn/ |
H A D | exec_process_unittest.cc | 25 std::string* std_out, in ExecPython() 40 return ExecProcess(base::CommandLine(args), temp_dir.GetPath(), std_out, in ExecPython() 46 std::string std_out, std_err; in TEST() local 50 ExecPython("import sys; sys.exit(0)", &std_out, &std_err, &exit_code)); in TEST() 54 ExecPython("import sys; sys.exit(1)", &std_out, &std_err, &exit_code)); in TEST() 58 ExecPython("import sys; sys.exit(253)", &std_out, &std_err, &exit_code)); in TEST() 61 ASSERT_TRUE(ExecPython("throw Exception()", &std_out, &std_err, &exit_code)); in TEST() 70 std::string std_out, std_err; in TEST() local 73 ASSERT_TRUE(ExecPython("import sys; print('o' * 1000000)", &std_out, &std_err, in TEST() 76 EXPECT_EQ(1000001u, std_out in TEST() 24 ExecPython(const std::string& command, std::string* std_out, std::string* std_err, int* exit_code) ExecPython() argument 80 std::string std_out, std_err; TEST() local 103 std::string std_out, std_err; TEST() local [all...] |
H A D | exec_process.cc | 40 std::string* std_out, in ExecProcess() 43 return ExecProcess(cmdline.GetCommandLineString(), startup_dir, std_out, in ExecProcess() 49 std::string* std_out, in ExecProcess() 130 std_out->append(buffer, bytes_read); in ExecProcess() 178 std::string* std_out, 280 out_open = ReadFromPipe(out_read.get(), std_out); 38 ExecProcess(const base::CommandLine& cmdline, const base::FilePath& startup_dir, std::string* std_out, std::string* std_err, int* exit_code) ExecProcess() argument 47 ExecProcess(const std::u16string& cmdline_str, const base::FilePath& startup_dir, std::string* std_out, std::string* std_err, int* exit_code) ExecProcess() argument
|
H A D | exec_process.h | 21 std::string* std_out, 28 std::string* std_out,
|
/third_party/ltp/testcases/commands/wc/ |
H A D | wc01.sh | 25 local std_out=$3 42 if [ $act_out -ne $std_out ]; then
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsclone.c | 154 int std_out; member 504 opt.std_out++; 525 if (opt.metadata && !opt.metadata_image && opt.std_out) 542 if (!opt.no_action && !opt.std_out) { 585 if (opt.std_out) { 888 if (opt.std_out || opt.save_image || opt.metadata_image) 989 if (opt.std_out && !opt.save_image) { 1029 progress_init(&progress, p_counter, opt.std_out ? 1067 if (opt.std_out) { 1667 if ((opt.std_out [all...] |
Completed in 4 milliseconds