Home
last modified time | relevance | path

Searched defs:pathMapping (Results 1 – 2 of 2) sorted by relevance

/build/soong/zip/
Dzip.go76 type pathMapping struct { struct
77 dest, src string
78 zipMethod uint16
423 func fillPathPairs(fa FileArg, src string, pathMappings *[]pathMapping,
455 func jarSort(mappings []pathMapping) {
/build/soong/python/
Dpython.go124 type pathMapping struct { struct
125 dest string
126 src android.Path