Searched refs:ExpandProps (Results 1 – 8 of 8) sorted by relevance
32 auto conf_file = ExpandProps(args[1]); in ParseSection()
38 auto expanded_arg = ExpandProps(args[i]); in RunBuiltinFunction()77 auto expanded_arg = ExpandProps(args_[i]); in CheckCommand()
60 Result<std::string> ExpandProps(const std::string& src);
204 auto expanded = ExpandProps(args[1]); in ParseKeycodes()461 auto file_name = ExpandProps(args[1]); in ParseFile()
105 auto expanded_arg = ExpandProps(arg); in ExpandArgs()
110 auto expanded_arg = ExpandProps(args[i]); in ExpandArgsAndExecv()
279 Result<std::string> ExpandProps(const std::string& src) { in ExpandProps() function
678 auto expanded_filename = ExpandProps(raw_filename); in LoadProperties()