D | ProgramTest.cpp | 210 std::string Executable = in TEST_F() local 213 Executable.c_str(), in TEST_F() 223 ProcessInfo PI1 = ExecuteNoWait(Executable, argv, getEnviron(), nullptr, 0, in TEST_F() 242 ProcessInfo PI2 = ExecuteNoWait(Executable, argv, getEnviron(), nullptr, 0, in TEST_F() 268 std::string Executable = in TEST_F() local 271 Executable.c_str(), in TEST_F() 282 ExecuteAndWait(Executable, argv, getEnviron(), nullptr, /*secondsToWait=*/1, 0, in TEST_F() 288 std::string Executable = "i_dont_exist"; in TEST() local 289 const char *argv[] = { Executable.c_str(), nullptr }; in TEST() 294 int RetCode = ExecuteAndWait(Executable, argv, nullptr, nullptr, 0, 0, in TEST() [all …]
|