Home
last modified time | relevance | path

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

/aosp12/build/soong/zip/
H A 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) {
436 func (z *ZipWriter) write(f io.Writer, pathMappings []pathMapping, manifest string, emulateJar, src…
/aosp12/build/soong/python/
H A Dbinary.go187 embeddedLauncher bool, srcsPathMappings []pathMapping, srcsZip android.Path,
234 srcsPathMappings []pathMapping) string {
H A Dpython.go124 type pathMapping struct { struct
125 dest string
126 src android.Path