Searched defs:pathMapping (Results 1 – 2 of 2) sorted by relevance
76 type pathMapping struct { struct77 dest, src string78 zipMethod uint16444 func fillPathPairs(fa FileArg, src string, pathMappings *[]pathMapping,514 func jarSort(mappings []pathMapping) {
136 type pathMapping struct { struct137 dest string138 src android.Path