Home
last modified time | relevance | path

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

/system/core/init/
Daction.cpp35 std::vector<std::string> expanded_args; in InvokeFunc() local
36 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()
Dservice.cpp138 std::vector<std::string> expanded_args; in ExpandArgsAndExecve() local
141 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()