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
409 func fillPathPairs(fa FileArg, src string, pathMappings *[]pathMapping,
442 func jarSort(mappings []pathMapping) {
/build/soong/python/
Dpython.go104 type pathMapping struct { struct
105 dest string
106 src android.Path
157 srcsPathMappings []pathMapping, srcsZip android.Path,