HomeSort by relevance Sort by last modified time
    Searched defs:Executable (Results 1 - 3 of 3) sorted by null

  /external/llvm/unittests/Support/
ProgramTest.cpp 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
    [all...]
  /external/clang/lib/Driver/
Job.cpp 31 Executable(_Executable), Arguments(_Arguments) {}
98 OS << " \"" << Executable << '"';
124 Argv.push_back(Executable);
129 return llvm::sys::ExecuteAndWait(Executable, Argv.data(), /*env*/ nullptr,
  /external/clang/include/clang/Driver/
Job.h 59 /// Command - An executable path/name and argument vector to
68 /// The executable to run.
69 const char *Executable;
72 /// argument, which will be the executable).
91 const char *getExecutable() const { return Executable; }

Completed in 1120 milliseconds