Searched refs:distFile (Results 1 – 8 of 8) sorted by relevance
/build/soong/rust/ |
D | androidmk.go | 91 if binary.distFile.Valid() { 92 ret.DistFiles = android.MakeDefaultDistFiles(binary.distFile.Path()) 141 if library.distFile.Valid() { 142 ret.DistFiles = android.MakeDefaultDistFiles(library.distFile.Path()) 150 if procMacro.distFile.Valid() { 151 ret.DistFiles = android.MakeDefaultDistFiles(procMacro.distFile.Path())
|
D | compiler.go | 170 distFile android.OptionalPath member
|
/build/soong/apex/ |
D | androidmk.go | 440 distFile := name + "-installed-files.txt" 443 goal, a.installedFilesFile.String(), distFile) 451 distFile := a.apisUsedByModuleFile.String() 455 goal, distFile, distFile) 460 distFile := a.apisBackedByModuleFile.String() 464 goal, distFile, distFile)
|
/build/soong/ui/build/ |
D | finder.go | 179 distFile(ctx, config, f.DbPath, "module_paths") 195 distFile(ctx, config, filePath, "module_paths")
|
D | build.go | 338 func distFile(ctx Context, config Config, src string, subDirs ...string) { func
|
/build/soong/cc/ |
D | androidmk.go | 258 if library.distFile != nil { 259 entries.DistFiles = android.MakeDefaultDistFiles(library.distFile)
|
D | library.go | 506 distFile android.Path member 1151 library.distFile = versionedOutputFile 1266 library.distFile = versionedOutputFile 1270 library.distFile = out
|
/build/soong/android/ |
D | module.go | 898 for _, distFile := range paths { 899 if distFile != nil && !t[tag].containsPath(distFile) { 900 t[tag] = append(t[tag], distFile)
|