Searched refs:pathMapping (Results 1 – 3 of 3) sorted by relevance
/build/soong/python/ |
D | python.go | 104 type pathMapping struct { struct 129 srcsPathMappings []pathMapping 133 dataPathMappings []pathMapping 157 srcsPathMappings []pathMapping, srcsZip android.Path, argument 169 GetSrcsPathMappings() []pathMapping 170 GetDataPathMappings() []pathMapping 174 func (p *Module) GetSrcsPathMappings() []pathMapping { 178 func (p *Module) GetDataPathMappings() []pathMapping { 481 pathMapping{dest: runfilesPath, src: s}) 493 pathMapping{dest: runfilesPath, src: d})
|
D | binary.go | 91 embeddedLauncher bool, srcsPathMappings []pathMapping, srcsZip android.Path, 138 srcsPathMappings []pathMapping) string {
|
/build/soong/zip/ |
D | zip.go | 64 type pathMapping struct { struct 297 pathMappings := []pathMapping{} 409 func fillPathPairs(fa FileArg, src string, pathMappings *[]pathMapping, argument 437 pathMapping{dest: dest, src: src, zipMethod: zipMethod}) 442 func jarSort(mappings []pathMapping) { argument 449 func (z *ZipWriter) write(f io.Writer, pathMappings []pathMapping, manifest string, emulateJar bool… 479 pathMappings = append(pathMappings, pathMapping{jar.ManifestFile, manifest, zip.Deflate})
|