Searched refs:expand_props (Results 1 – 5 of 5) sorted by relevance
34 bool ret = expand_props(args[1], &conf_file); in ParseSection()
54 bool expand_props(const std::string& src, std::string* dst);
295 bool expand_props(const std::string& src, std::string* dst) { in expand_props() function
39 if (!expand_props(args_[i], &expanded_args[i])) { in InvokeFunc()
144 if (!expand_props(args[i], &expanded_args[i])) { in ExpandArgsAndExecve()