Home
last modified time | relevance | path

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

/build/soong/android/
Dexpand.go36 value, w, err := getMapping(s[j+1:], mapping)
48 func getMapping(s string, mapping func(string) (string, error)) (string, int, error) { func