Searched defs:pathMapping (Results 1 – 3 of 3) sorted by relevance
76 type pathMapping struct { struct77 dest, src string78 zipMethod uint16444 func fillPathPairs(fa FileArg, src string, pathMappings *[]pathMapping,478 func jarSort(mappings []pathMapping) {
129 type pathMapping struct { struct130 dest string131 src android.Path
69 fun pathMapping() { in pathMapping() method