Home
last modified time | relevance | path

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

/build/soong/zip/
Dzip.go64 type pathMapping struct { struct
65 dest, src string
66 zipMethod uint16
410 func fillPathPairs(fa FileArg, src string, pathMappings *[]pathMapping,
443 func jarSort(mappings []pathMapping) {
/build/soong/python/
Dpython.go106 type pathMapping struct { struct
107 dest string
108 src android.Path
159 srcsPathMappings []pathMapping, srcsZip android.Path,