Home
last modified time | relevance | path

Searched refs:splitArgs (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/libvintf/include-host/vintf/
H A DDirmap.h30 std::map<std::string, std::string> splitArgs(const T& args, char split) { in splitArgs() function
44 return splitArgs(args, ':'); in getDirmap()
/aosp12/build/soong/ui/build/
H A Dconfig.go409 newConfigArgs, dirs := splitArgs(configArgs)
488 func splitArgs(args []string) (newArgs []string, dirs []string) { func
H A Dconfig_test.go679 args, dirs := splitArgs(tt.args)
/aosp12/system/libvintf/
H A Dcheck_vintf.cpp231 return splitArgs(args, '='); in getProperties()