Searched defs:pathMapping (Results 1 – 2 of 2) sorted by relevance
76 type pathMapping struct { struct77 dest, src string78 zipMethod uint16423 func fillPathPairs(fa FileArg, src string, pathMappings *[]pathMapping,455 func jarSort(mappings []pathMapping) {
124 type pathMapping struct { struct125 dest string126 src android.Path