Searched refs:expand_props (Results 1 – 7 of 7) sorted by relevance
33 bool ret = expand_props(args[1], &conf_file); in ParseSection()
55 bool expand_props(const std::string& src, std::string* dst);
39 if (!expand_props(args[i], &builtin_arguments.args[i])) { in RunBuiltinFunction()
153 if (!expand_props(arg, &expanded_prop)) { in ExpandArgs()
282 bool expand_props(const std::string& src, std::string* dst) { in expand_props() function
197 if (!expand_props(args[i], &expanded_args[i])) { in ExpandArgsAndExecv()563 if (!expand_props(args[1], &expanded)) { in ParseKeycodes()764 if (!expand_props(args[1], &expanded)) { in ParseFile()
647 if (!expand_props(raw_filename, &expanded_filename)) { in LoadProperties()