Searched refs:splitArgs (Results 1 – 4 of 4) sorted by relevance
30 std::map<std::string, std::string> splitArgs(const T& args, char split) { in splitArgs() function44 return splitArgs(args, ':'); in getDirmap()
409 newConfigArgs, dirs := splitArgs(configArgs)488 func splitArgs(args []string) (newArgs []string, dirs []string) { func
679 args, dirs := splitArgs(tt.args)
231 return splitArgs(args, '='); in getProperties()