Searched defs:pathMapping (Results 1 – 3 of 3) sorted by relevance
/aosp12/build/soong/zip/ |
H A D | zip.go | 65 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 D | binary.go | 187 embeddedLauncher bool, srcsPathMappings []pathMapping, srcsZip android.Path, 234 srcsPathMappings []pathMapping) string {
|
H A D | python.go | 124 type pathMapping struct { struct 125 dest string 126 src android.Path
|