Home
last modified time | relevance | path

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

/external/v8/src/
Dd8-posix.cc167 class ExecArgs { class
169 ExecArgs() { in ExecArgs() function in v8::ExecArgs
203 ~ExecArgs() { in ~ExecArgs()
256 const ExecArgs& exec_args) { in ExecSubprocess()
456 if (command_args->Length() > ExecArgs::kMaxArgs) { in System()
470 ExecArgs exec_args; in System()
/external/llvm/tools/bugpoint/
DToolRunner.cpp356 const std::string &ExecutionCmd, std::vector<std::string> ExecArgs) : in CustomExecutor() argument
357 ExecutionCommand(ExecutionCmd), ExecutorArgs(ExecArgs) {} in CustomExecutor()