Searched refs:pathMapping (Results 1 – 3 of 3) sorted by relevance
/build/soong/python/ |
D | python.go | 106 type pathMapping struct { struct 131 srcsPathMappings []pathMapping 135 dataPathMappings []pathMapping 159 srcsPathMappings []pathMapping, srcsZip android.Path, argument 171 GetSrcsPathMappings() []pathMapping 172 GetDataPathMappings() []pathMapping 176 func (p *Module) GetSrcsPathMappings() []pathMapping { 180 func (p *Module) GetDataPathMappings() []pathMapping { 515 pathMapping{dest: runfilesPath, src: s}) 527 pathMapping{dest: runfilesPath, src: d})
|
D | binary.go | 96 embeddedLauncher bool, srcsPathMappings []pathMapping, srcsZip android.Path, 143 srcsPathMappings []pathMapping) string {
|
/build/soong/zip/ |
D | zip.go | 64 type pathMapping struct { struct 298 pathMappings := []pathMapping{} 410 func fillPathPairs(fa FileArg, src string, pathMappings *[]pathMapping, argument 438 pathMapping{dest: dest, src: src, zipMethod: zipMethod}) 443 func jarSort(mappings []pathMapping) { argument 450 func (z *ZipWriter) write(f io.Writer, pathMappings []pathMapping, manifest string, emulateJar, src… 482 pathMappings = append(pathMappings, pathMapping{jar.ManifestFile, manifest, zip.Deflate})
|