Home
last modified time | relevance | path

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

/build/soong/zip/
Dzip.go65 type pathMapping struct { struct
66 dest, src string
67 zipMethod uint16
398 func fillPathPairs(fa FileArg, src string, pathMappings *[]pathMapping,
430 func jarSort(mappings []pathMapping) {
/build/soong/python/
Dpython.go124 type pathMapping struct { struct
125 dest string
126 src android.Path
184 srcsPathMappings []pathMapping, srcsZip android.Path,