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()) 143 if library.distFile.Valid() { 144 ret.DistFiles = android.MakeDefaultDistFiles(library.distFile.Path()) 158 if procMacro.distFile.Valid() { 159 ret.DistFiles = android.MakeDefaultDistFiles(procMacro.distFile.Path())
|
D | compiler.go | 189 distFile android.OptionalPath member
|
/build/soong/ui/build/ |
D | finder.go | 209 distFile(ctx, config, f.DbPath, "module_paths") 225 distFile(ctx, config, filePath, "module_paths")
|
D | build.go | 370 func distFile(ctx Context, config Config, src string, subDirs ...string) { func
|
/build/soong/apex/ |
D | androidmk.go | 411 distFile := name + "-installed-files.txt" 414 goal, a.installedFilesFile.String(), distFile)
|
/build/soong/cc/ |
D | androidmk.go | 263 if library.distFile != nil { 264 entries.DistFiles = android.MakeDefaultDistFiles(library.distFile)
|
D | library.go | 624 distFile android.Path member 1371 library.distFile = versionedOutputFile 1503 library.distFile = versionedOutputFile 1507 library.distFile = out
|
/build/soong/android/ |
D | module.go | 975 for _, distFile := range paths { 976 if distFile != nil && !t[tag].containsPath(distFile) { 977 t[tag] = append(t[tag], distFile)
|