Searched refs:CmdOutput (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilPosix.cpp90 bool ExecuteCommand(const Command &Cmd, std::string *CmdOutput) { argument
95 if (CmdOutput) {
98 CmdOutput->append(TmpBuffer);
H A DFuzzerUtilWindows.cpp164 bool ExecuteCommand(const Command &Cmd, std::string *CmdOutput) { argument
169 if (CmdOutput) {
172 CmdOutput->append(TmpBuffer);
H A DFuzzerUtil.h60 bool ExecuteCommand(const Command &Cmd, std::string *CmdOutput);
H A DFuzzerDriver.cpp406 std::string CmdOutput; local
407 bool Success = ExecuteCommand(Cmd, &CmdOutput);
415 auto DedupToken1 = GetDedupTokenFromCmdOutput(CmdOutput);
426 CmdOutput.clear();
427 Success = ExecuteCommand(Cmd, &CmdOutput);
428 Printf("%s", CmdOutput.c_str());
438 auto DedupToken2 = GetDedupTokenFromCmdOutput(CmdOutput);
H A DFuzzerUtilFuchsia.cpp536 bool ExecuteCommand(const Command &BaseCmd, std::string *CmdOutput) { argument
541 *CmdOutput = FileToString(LogFilePath);

Completed in 172 milliseconds