Searched refs:expand_props (Results 1 – 5 of 5) sorted by relevance
35 bool ret = expand_props(args[1], &conf_file); in ParseSection()
69 bool expand_props(const std::string& src, std::string* dst);
44 if (!expand_props(args_[i], &expanded_args[i])) { in InvokeFunc()
501 bool expand_props(const std::string& src, std::string* dst) { in expand_props() function
468 if (!expand_props(args_[i], &expanded_args[i])) { in Start()