Home
last modified time | relevance | path

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

/external/v8/src/
Dd8-posix.cc168 class ExecArgs { class
170 ExecArgs() { in ExecArgs() function in v8::ExecArgs
210 ~ExecArgs() { in ~ExecArgs()
271 const ExecArgs& exec_args) { in ExecSubprocess()
485 if (command_args->Length() > ExecArgs::kMaxArgs) { in System()
501 ExecArgs exec_args; in System()
/external/llvm/tools/bugpoint/
DToolRunner.cpp337 const std::string &ExecutionCmd, std::vector<std::string> ExecArgs) : in CustomExecutor() argument
338 ExecutionCommand(ExecutionCmd), ExecutorArgs(ExecArgs) {} in CustomExecutor()