Searched refs:ExecuteAndWait (Results 1 - 9 of 9) sorted by relevance
/external/llvm/utils/not/ |
H A D | not.cpp | 33 int Result = sys::ExecuteAndWait(Program, argv, nullptr, nullptr, 0, 0,
|
/external/llvm/unittests/Support/ |
H A D | ProgramTest.cpp | 97 int rc = ExecuteAndWait(my_exe, argv, &envp[0], redirects, 190 ExecuteAndWait(Executable, argv, &envp[0], nullptr, /*secondsToWait=*/1, 0, 202 int RetCode = ExecuteAndWait(Executable, argv, nullptr, nullptr, 0, 0, 204 ASSERT_TRUE(RetCode < 0) << "On error ExecuteAndWait should return 0 or "
|
/external/llvm/include/llvm/Support/ |
H A D | Program.h | 83 int ExecuteAndWait( 115 /// Similar to ExecuteAndWait, but returns immediately.
|
/external/llvm/lib/Support/ |
H A D | Program.cpp | 29 int sys::ExecuteAndWait(StringRef Program, const char **args, const char **envp, function in class:sys
|
H A D | GraphWriter.cpp | 87 if (sys::ExecuteAndWait(ExecPath, args.data(), nullptr, nullptr, 0, 0,
|
/external/clang/lib/Driver/ |
H A D | Job.cpp | 129 return llvm::sys::ExecuteAndWait(Executable, Argv.data(), /*env*/ nullptr,
|
/external/llvm/tools/bugpoint/ |
H A D | OptimizerDriver.cpp | 218 int result = sys::ExecuteAndWait(Prog, Args.data(), nullptr,
|
H A D | ToolRunner.cpp | 56 /// to the sys::Program::ExecuteAndWait interface. 57 /// @see sys::Program::ExecuteAndWait 77 return sys::ExecuteAndWait(ProgramPath, Args, nullptr, Redirects, 82 /// remotely using the given remote client and the sys::Program::ExecuteAndWait. 86 /// @see sys::Program::ExecuteAndWait 106 int ReturnCode = sys::ExecuteAndWait(RemoteClientPath, Args, nullptr,
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
H A D | AnalysisConsumer.cpp | 788 if (llvm::sys::ExecuteAndWait(Ubiviz, &args[0], nullptr, nullptr, 0, 0,
|
Completed in 234 milliseconds