Searched refs:pathMapping (Results 1 – 3 of 3) sorted by relevance
/build/soong/python/ |
D | python.go | 124 type pathMapping struct { struct 153 srcsPathMappings []pathMapping 157 dataPathMappings []pathMapping 184 srcsPathMappings []pathMapping, srcsZip android.Path, argument 199 getSrcsPathMappings() []pathMapping 200 getDataPathMappings() []pathMapping 205 func (p *Module) getSrcsPathMappings() []pathMapping { 210 func (p *Module) getDataPathMappings() []pathMapping { 537 p.srcsPathMappings = append(p.srcsPathMappings, pathMapping{dest: runfilesPath, src: s}) 549 pathMapping{dest: runfilesPath, src: d})
|
D | binary.go | 187 embeddedLauncher bool, srcsPathMappings []pathMapping, srcsZip android.Path, 234 srcsPathMappings []pathMapping) string {
|
/build/soong/zip/ |
D | zip.go | 65 type pathMapping struct { struct 283 pathMappings := []pathMapping{} 398 func fillPathPairs(fa FileArg, src string, pathMappings *[]pathMapping, argument 425 pathMapping{dest: dest, src: src, zipMethod: zipMethod}) 430 func jarSort(mappings []pathMapping) { argument 436 func (z *ZipWriter) write(f io.Writer, pathMappings []pathMapping, manifest string, emulateJar, src… 468 pathMappings = append(pathMappings, pathMapping{jar.ManifestFile, manifest, zip.Deflate})
|