/build/blueprint/ |
D | context.go | 71 type Context struct { struct 72 context.Context argument 75 moduleFactories map[string]ModuleFactory 76 nameInterface NameInterface 77 moduleGroups []*moduleGroup 78 moduleInfo map[Module]*moduleInfo 79 modulesSorted []*moduleInfo 80 preSingletonInfo []*singletonInfo 81 singletonInfo []*singletonInfo 82 mutatorInfo []*mutatorInfo [all …]
|
/build/soong/ui/build/ |
D | cleanbuild.go | 31 func removeGlobs(ctx Context, globs ...string) { 51 func clean(ctx Context, config Config) { 57 func dataClean(ctx Context, config Config) { 69 func installClean(ctx Context, config Config) { 156 func installCleanIfNecessary(ctx Context, config Config) { 208 func cleanOldFiles(ctx Context, basePath, newFile string) { 293 func cleanEmptyDirs(ctx Context, dir string) {
|
D | build.go | 28 func SetupOutDir(ctx Context, config Config) { 69 func createCombinedBuildNinjaFile(ctx Context, config Config) { 109 func checkProblematicFiles(ctx Context) { 121 func checkCaseSensitivity(ctx Context, config Config) { 151 func help(ctx Context, config Config) { 158 func checkRAM(ctx Context, config Config) { 183 func Build(ctx Context, config Config) { 319 func distGzipFile(ctx Context, config Config, src string, subDirs ...string) { 338 func distFile(ctx Context, config Config, src string, subDirs ...string) {
|
D | kati.go | 43 func genKatiSuffix(ctx Context, config Config) { 72 func runKati(ctx Context, config Config, extraSuffix string, args []string, envFunc func(*Environme… 190 func runKatiBuild(ctx Context, config Config) { 240 func cleanCopyHeaders(ctx Context, config Config) { 283 func cleanOldInstalledFiles(ctx Context, config Config) { 302 func runKatiPackage(ctx Context, config Config) { 352 func runKatiCleanSpec(ctx Context, config Config) {
|
D | rbe.go | 41 func rbeCommand(ctx Context, config Config, rbeCmd string) string { 74 func getRBEVars(ctx Context, config Config) map[string]string { 95 func startRBE(ctx Context, config Config) { 113 func stopRBE(ctx Context, config Config) { 130 func DumpRBEMetrics(ctx Context, config Config, filename string) { 166 func PrintOutDirWarning(ctx Context, config Config) {
|
D | bazel.go | 30 func getBazelInfo(ctx Context, config Config, bazelExecutable string, bazelEnv map[string]string, q… 55 func runBazel(ctx Context, config Config) { 207 func populateOutdir(ctx Context, config Config, rootPath string, relativePath string) {
|
D | finder.go | 37 func NewSourceFinder(ctx Context, config Config) (f *finder.Finder) { 114 func FindSources(ctx Context, config Config, f *finder.Finder) { 184 func dumpListToFile(ctx Context, config Config, list []string, filePath string) (err error) {
|
D | dumpvars.go | 41 func DumpMakeVars(ctx Context, config Config, goals, vars []string) (map[string]string, error) { 83 func dumpMakeVars(ctx Context, config Config, goals, vars []string, write_soong_vars bool, tmpDir s… 183 func runMakeProductConfig(ctx Context, config Config) {
|
D | util.go | 26 func absPath(ctx Context, p string) string { 62 func ensureDirectoriesExist(ctx Context, dirs ...string) { 72 func ensureEmptyDirectoriesExist(ctx Context, dirs ...string) { 101 func ensureEmptyFileExists(ctx Context, file string) {
|
D | soong.go | 42 func writeEnvironmentFile(ctx Context, envFile string, envDeps map[string]string) error { 102 func bootstrapBlueprint(ctx Context, config Config, integratedBp2Build bool) { 193 func runSoong(ctx Context, config Config) { 320 func loadSoongBuildMetrics(ctx Context, config Config) *soong_metrics_proto.SoongBuildMetrics { 334 func logSoongBuildMetrics(ctx Context, metrics *soong_metrics_proto.SoongBuildMetrics) {
|
D | path.go | 64 func SetupLitePath(ctx Context, config Config, tmpDir string) { 126 func SetupPath(ctx Context, config Config) {
|
D | context.go | 31 type Context struct{ *ContextImpl } struct 33 context.Context anonMember
|
D | goma.go | 37 func ulimitOrFatal(ctx Context, config Config, opt string) int { 54 func startGoma(ctx Context, config Config) {
|
D | config_linux.go | 19 func detectTotalRAM(ctx Context) uint64 {
|
D | config_darwin.go | 22 func detectTotalRAM(ctx Context) uint64 {
|
D | test_build.go | 34 func testForDanglingRules(ctx Context, config Config) {
|
D | ninja.go | 33 func runNinjaForBuild(ctx Context, config Config) {
|
D | upload.go | 78 func UploadMetrics(ctx Context, config Config, simpleOutput bool, buildStarted time.Time, paths ...…
|
/build/soong/cmd/soong_ui/ |
D | main.go | 292 func fixBadDanglingLink(ctx build.Context, name string) { 306 func dumpVar(ctx build.Context, config build.Config, args []string, _ string) { 356 func dumpVars(ctx build.Context, config build.Config, args []string, _ string) { 435 func dumpVarConfig(ctx build.Context, args ...string) build.Config { 439 func buildActionConfig(ctx build.Context, args ...string) build.Config { 519 func runMake(ctx build.Context, config build.Config, _ []string, logsDir string) { 568 func populateExternalDistDir(ctx build.Context, config build.Config) { 599 func populateExternalDistDirHelper(ctx build.Context, config build.Config, internalDistDirPath stri…
|
/build/blueprint/bootstrap/ |
D | writedocs.go | 18 func ModuleTypeDocs(ctx *blueprint.Context, config interface{}, factories map[string]reflect.Value)… 78 func writeDocs(ctx *blueprint.Context, config interface{}, filename string) error {
|
D | cleanup.go | 34 func removeAbandonedFilesUnder(ctx *blueprint.Context,
|
/build/soong/android/ |
D | register.go | 39 register(ctx *Context) 45 func (r sortableComponents) registerAll(ctx *Context) { 121 func SingletonFactoryAdaptor(ctx *Context, factory SingletonFactory) blueprint.SingletonFactory { 153 type Context struct { struct 154 *blueprint.Context anonMember 155 config Config 167 func (ctx *Context) RegisterForBazelConversion() { 188 func (ctx *Context) Register() {
|
/build/soong/cmd/soong_build/ |
D | writedocs.go | 98 func getPackages(ctx *android.Context, config interface{}) ([]*bpdoc.Package, error) { 103 func writeDocs(ctx *android.Context, config interface{}, filename string) error {
|
D | main.go | 107 func runMixedModeBuild(configuration android.Config, firstCtx *android.Context, extraNinjaDeps []st… 137 func runQueryView(configuration android.Config, ctx *android.Context) { 165 func writeJsonModuleGraph(configuration android.Config, ctx *android.Context, path string, extraNin…
|
/build/soong/ui/build/paths/ |
D | logs.go | 156 func LogListener(ctx context.Context, logSocket string) (chan *LogEntry, error) { 160 func logListener(ctx context.Context, logSocket string, lookup socketAddrFunc) (chan *LogEntry, err…
|