Searched refs:distFile (Results 1 – 9 of 9) sorted by relevance
/build/soong/rust/ |
D | androidmk.go | 92 if binary.distFile.Valid() { 93 ret.DistFiles = android.MakeDefaultDistFiles(binary.distFile.Path()) 136 if library.distFile.Valid() { 137 ret.DistFiles = android.MakeDefaultDistFiles(library.distFile.Path()) 155 if procMacro.distFile.Valid() { 156 ret.DistFiles = android.MakeDefaultDistFiles(procMacro.distFile.Path())
|
D | compiler.go | 120 distFile android.OptionalPath member
|
/build/soong/ui/build/ |
D | finder.go | 132 distFile(ctx, config, f.DbPath, "module_paths") 147 distFile(ctx, config, filePath, "module_paths")
|
D | build.go | 286 func distFile(ctx Context, config Config, src string, subDirs ...string) { func
|
/build/soong/apex/ |
D | androidmk.go | 368 distFile := name + "-installed-files.txt" 371 goal, a.installedFilesFile.String(), distFile)
|
/build/soong/java/ |
D | androidmk.go | 563 distFile := dstubs.apiFile 566 outputFile = android.OptionalPathForPath(distFile) 570 DistFiles: android.MakeDefaultDistFiles(distFile),
|
/build/soong/cc/ |
D | androidmk.go | 256 if library.distFile != nil { 257 entries.DistFiles = android.MakeDefaultDistFiles(library.distFile)
|
D | library.go | 372 distFile android.Path member 897 library.distFile = versionedOutputFile 991 library.distFile = versionedOutputFile 995 library.distFile = out
|
/build/soong/android/ |
D | module.go | 880 for _, distFile := range distFilesForTag { 881 if distFile != nil && !distFiles[tag].containsPath(distFile) { 882 distFiles[tag] = append(distFiles[tag], distFile)
|