Home
last modified time | relevance | path

Searched refs:ExecArgs (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dd8-posix.cc186 class ExecArgs { class
188 ExecArgs() { in ExecArgs() function in v8::ExecArgs
222 ~ExecArgs() { in ~ExecArgs()
272 ExecArgs& exec_args) { in ExecSubprocess()
472 if (command_args->Length() > ExecArgs::kMaxArgs) { in System()
482 ExecArgs exec_args; in System()
/external/llvm/tools/bugpoint/
DToolRunner.cpp325 const std::string &ExecutionCmd, std::vector<std::string> ExecArgs) : in CustomExecutor() argument
326 ExecutionCommand(ExecutionCmd), ExecutorArgs(ExecArgs) {} in CustomExecutor()