/build/blueprint/ |
D | context.go | 70 type Context struct { struct 71 context.Context argument 74 moduleFactories map[string]ModuleFactory 75 nameInterface NameInterface 76 moduleGroups []*moduleGroup 77 moduleInfo map[Module]*moduleInfo 78 modulesSorted []*moduleInfo 79 preSingletonInfo []*singletonInfo 80 singletonInfo []*singletonInfo 81 mutatorInfo []*mutatorInfo [all …]
|
/build/soong/ui/build/ |
D | cleanbuild.go | 29 func removeGlobs(ctx Context, globs ...string) { 48 func clean(ctx Context, config Config, what int) { 53 func dataClean(ctx Context, config Config, what int) { 64 func installClean(ctx Context, config Config, what int) { 143 func installCleanIfNecessary(ctx Context, config Config) { 190 func cleanOldFiles(ctx Context, basePath, file string) { 265 func cleanEmptyDirs(ctx Context, dir string) {
|
D | kati.go | 40 func genKatiSuffix(ctx Context, config Config) { 63 func runKati(ctx Context, config Config, extraSuffix string, args []string, envFunc func(*Environme… 131 func runKatiBuild(ctx Context, config Config) { 165 func cleanCopyHeaders(ctx Context, config Config) { 202 func cleanOldInstalledFiles(ctx Context, config Config) { 219 func runKatiPackage(ctx Context, config Config) { 260 func runKatiCleanSpec(ctx Context, config Config) {
|
D | build.go | 28 func SetupOutDir(ctx Context, config Config) { 62 func createCombinedBuildNinjaFile(ctx Context, config Config) { 91 func checkProblematicFiles(ctx Context) { 102 func checkCaseSensitivity(ctx Context, config Config) { 133 func help(ctx Context, config Config, what int) { 141 func Build(ctx Context, config Config, what int) { 264 func distGzipFile(ctx Context, config Config, src string, subDirs ...string) { 286 func distFile(ctx Context, config Config, src string, subDirs ...string) {
|
D | rbe.go | 38 func rbeCommand(ctx Context, config Config, rbeCmd string) string { 55 func getRBEVars(ctx Context, tmpDir string) map[string]string { 60 func startRBE(ctx Context, config Config) { 78 func stopRBE(ctx Context, config Config) { 89 func DumpRBEMetrics(ctx Context, config Config, filename string) {
|
D | soong.go | 33 func runSoong(ctx Context, config Config) { 154 func loadSoongBuildMetrics(ctx Context, config Config) *soong_metrics_proto.SoongBuildMetrics { 168 func logSoongBuildMetrics(ctx Context, metrics *soong_metrics_proto.SoongBuildMetrics) {
|
D | finder.go | 35 func NewSourceFinder(ctx Context, config Config) (f *finder.Finder) { 82 func FindSources(ctx Context, config Config, f *finder.Finder) { 136 func dumpListToFile(ctx Context, config Config, list []string, filePath string) (err error) {
|
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 | 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 | context.go | 31 type Context struct{ *ContextImpl } struct 33 context.Context anonMember
|
D | path.go | 60 func SetupLitePath(ctx Context, config Config, tmpDir string) { 106 func SetupPath(ctx Context, config Config) {
|
D | goma.go | 37 func ulimitOrFatal(ctx Context, config Config, opt string) int { 54 func startGoma(ctx Context, config Config) {
|
D | ninja.go | 30 func runNinja(ctx Context, config Config) { 211 func dumpStucknessDiagnostics(ctx Context, config Config, statusPath string, lastUpdated time.Time)…
|
D | config_darwin.go | 22 func detectTotalRAM(ctx Context) uint64 {
|
D | config_linux.go | 19 func detectTotalRAM(ctx Context) uint64 {
|
D | test_build.go | 34 func testForDanglingRules(ctx Context, config Config) {
|
D | config.go | 85 func checkTopDir(ctx Context) { 94 func NewConfig(ctx Context, args ...string) Config { 273 func NewBuildActionConfig(action BuildAction, dir string, ctx Context, args ...string) Config { 279 func getConfigArgs(action BuildAction, dir string, ctx Context, args []string) []string { 355 func hasBuildFile(ctx Context, dir string) bool { 373 func findBuildFile(ctx Context, dir string) string { 445 func getTargetsFromDirs(ctx Context, relDir string, dirs []string, targetNamePrefix string) (target…
|
D | upload.go | 47 func UploadMetrics(ctx Context, config Config, simpleOutput bool, buildStarted time.Time, files ...…
|
/build/soong/cmd/soong_ui/ |
D | main.go | 219 func fixBadDanglingLink(ctx build.Context, name string) { 233 func dumpVar(ctx build.Context, config build.Config, args []string, _ string) { 283 func dumpVars(ctx build.Context, config build.Config, args []string, _ string) { 360 func dumpVarConfig(ctx build.Context, args ...string) build.Config { 364 func buildActionConfig(ctx build.Context, args ...string) build.Config { 444 func make(ctx build.Context, config build.Config, _ []string, logsDir string) {
|
/build/blueprint/bootstrap/ |
D | writedocs.go | 18 func ModuleTypeDocs(ctx *blueprint.Context, factories map[string]reflect.Value) ([]*bpdoc.Package, … 78 func writeDocs(ctx *blueprint.Context, filename string) error {
|
D | cleanup.go | 34 func removeAbandonedFilesUnder(ctx *blueprint.Context, config *Config,
|
D | glob.go | 117 func globSingletonFactory(ctx *blueprint.Context) func() blueprint.Singleton {
|
/build/soong/android/ |
D | register.go | 82 type Context struct { struct 83 *blueprint.Context argument 92 func (ctx *Context) Register() {
|
/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…
|
/build/soong/cmd/soong_build/ |
D | writedocs.go | 98 func writeDocs(ctx *android.Context, filename string) error {
|