Home | History | Annotate | Download | only in Support

Lines Matching defs:Executable

112   std::string Executable =
115 Executable.c_str(),
128 ProcessInfo PI1 = ExecuteNoWait(Executable, argv, &envp[0], nullptr, 0,
147 ProcessInfo PI2 = ExecuteNoWait(Executable, argv, &envp[0], nullptr, 0,
173 std::string Executable =
176 Executable.c_str(),
190 ExecuteAndWait(Executable, argv, &envp[0], nullptr, /*secondsToWait=*/1, 0,
196 std::string Executable = "i_dont_exist";
197 const char *argv[] = { Executable.c_str(), nullptr };
202 int RetCode = ExecuteAndWait(Executable, argv, nullptr, nullptr, 0, 0,
213 ProcessInfo PI = ExecuteNoWait(Executable, argv, nullptr, nullptr, 0,