| /build/blueprint/ |
| D | context.go | 70 type Context struct { struct 71 context.Context anonMember 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 | 27 func removeGlobs(ctx Context, globs ...string) { 46 func clean(ctx Context, config Config, what int) { 51 func dataClean(ctx Context, config Config, what int) { 62 func installClean(ctx Context, config Config, what int) { 131 func installCleanIfNecessary(ctx Context, config Config) {
|
| D | build.go | 26 func SetupOutDir(ctx Context, config Config) { 49 func createCombinedBuildNinjaFile(ctx Context, config Config) { 78 func checkProblematicFiles(ctx Context) { 89 func checkCaseSensitivity(ctx Context, config Config) { 120 func help(ctx Context, config Config, what int) { 128 func Build(ctx Context, config Config, what int) {
|
| D | kati.go | 40 func genKatiSuffix(ctx Context, config Config) { 66 func runKati(ctx Context, config Config, extraSuffix string, args []string, envFunc func(*Environme… 123 func runKatiBuild(ctx Context, config Config) { 159 func runKatiPackage(ctx Context, config Config) { 200 func runKatiCleanSpec(ctx Context, config Config) {
|
| D | util.go | 23 func absPath(ctx Context, p string) string { 48 func ensureDirectoriesExist(ctx Context, dirs ...string) { 58 func ensureEmptyDirectoriesExist(ctx Context, dirs ...string) { 87 func ensureEmptyFileExists(ctx Context, file string) {
|
| D | dumpvars.go | 39 func DumpMakeVars(ctx Context, config Config, goals, vars []string) (map[string]string, error) { 72 func dumpMakeVars(ctx Context, config Config, goals, vars []string, write_soong_vars bool) (map[str… 168 func runMakeProductConfig(ctx Context, config Config) {
|
| D | context.go | 31 type Context struct{ *ContextImpl } argument 33 context.Context anonMember
|
| D | finder.go | 35 func NewSourceFinder(ctx Context, config Config) (f *finder.Finder) { 82 func FindSources(ctx Context, config Config, f *finder.Finder) {
|
| D | goma.go | 37 func ulimitOrFatal(ctx Context, config Config, opt string) int { 54 func startGoma(ctx Context, config Config) {
|
| D | ninja.go | 29 func runNinja(ctx Context, config Config) { 127 func dumpStucknessDiagnostics(ctx Context, config Config, statusPath string, lastUpdated time.Time)…
|
| D | test_build.go | 34 func testForDanglingRules(ctx Context, config Config) {
|
| D | soong.go | 29 func runSoong(ctx Context, config Config) {
|
| D | path.go | 56 func SetupPath(ctx Context, config Config) {
|
| D | exec.go | 35 func Command(ctx Context, config Config, name string, executable string, args ...string) *Cmd {
|
| D | proc_sync.go | 32 func BecomeSingletonOrFail(ctx Context, config Config) (lock *fileLock) {
|
| /build/soong/cmd/soong_ui/ |
| D | main.go | 168 func fixBadDanglingLink(ctx build.Context, name string) { 182 func dumpVar(ctx build.Context, config build.Config, args []string) { 232 func dumpVars(ctx build.Context, config build.Config, args []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 | command.go | 68 func Main(ctx *blueprint.Context, config interface{}, extraNinjaFileDeps ...string) {
|
| D | glob.go | 118 func globSingletonFactory(ctx *blueprint.Context) func() blueprint.Singleton {
|
| /build/soong/android/ |
| D | register.go | 80 type Context struct { struct 81 *blueprint.Context argument 88 func (ctx *Context) Register() {
|
| D | mutator.go | 30 func registerMutatorsToContext(ctx *blueprint.Context, mutators []*mutator) { 44 func registerMutators(ctx *blueprint.Context, preArch, preDeps, postDeps []RegisterMutatorFunc) {
|
| /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 {
|
| /build/soong/cmd/multiproduct_kati/ |
| D | main.go | 148 Context context.Context member
|