Searched refs:expanded_args (Results 1 – 2 of 2) sorted by relevance
35 std::vector<std::string> expanded_args; in InvokeFunc() local36 expanded_args.resize(args_.size()); in InvokeFunc()37 expanded_args[0] = args_[0]; in InvokeFunc()39 if (!expand_props(args_[i], &expanded_args[i])) { in InvokeFunc()45 return func_(expanded_args); in InvokeFunc()
138 std::vector<std::string> expanded_args; in ExpandArgsAndExecve() local141 expanded_args.resize(args.size()); in ExpandArgsAndExecve()144 if (!expand_props(args[i], &expanded_args[i])) { in ExpandArgsAndExecve()147 c_strings.push_back(expanded_args[i].data()); in ExpandArgsAndExecve()