Searched refs:ExecArgs (Results 1 – 4 of 4) sorted by relevance
161 class ExecArgs { class163 ExecArgs() { exec_args_[0] = nullptr; } in ExecArgs() function in v8::ExecArgs201 ~ExecArgs() { in ~ExecArgs()262 const ExecArgs& exec_args) { in ExecSubprocess()476 if (command_args->Length() > ExecArgs::kMaxArgs) { in System()492 ExecArgs exec_args; in System()
316 std::vector<std::string> ExecArgs) in CustomExecutor() argument317 : ExecutionCommand(ExecutionCmd), ExecutorArgs(std::move(ExecArgs)) {} in CustomExecutor()
338 std::vector<std::string> ExecArgs) in CustomExecutor() argument339 : ExecutionCommand(ExecutionCmd), ExecutorArgs(std::move(ExecArgs)) {} in CustomExecutor()
325 const std::string &ExecutionCmd, std::vector<std::string> ExecArgs) : in CustomExecutor() argument326 ExecutionCommand(ExecutionCmd), ExecutorArgs(ExecArgs) {} in CustomExecutor()