Home
last modified time | relevance | path

Searched defs:Config (Results 1 – 25 of 48) sorted by relevance

12

/build/blueprint/bootstrap/minibp/
Dmain.go32 type Config struct { struct
33 generatingPrimaryBuilder bool
36 func (c Config) GeneratingPrimaryBuilder() bool {
40 func (c Config) RemoveAbandonedFilesUnder() (under, exempt []string) {
/build/blueprint/microfactory/
Dmicrofactory.go86 type Config struct { struct
87 Race bool
88 Verbose bool
90 TrimPath string
92 TraceFunc func(name string) func()
94 pkgs []string
95 paths map[string]string
98 func (c *Config) Map(pkgPrefix, pathPrefix string) error {
115 func (c *Config) Path(pkg string) (string, bool, error) {
131 func (c *Config) trace(format string, a ...interface{}) func() {
[all …]
Dmicrofactory_test.go125 modify func(config *Config, dir string, loadPkg loadPkgFunc),
384 func setupDir(t T, test func(config *Config, dir string, loadPkg loadPkgFunc)) {
/build/soong/ui/build/
Dkati.go40 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) {
Dbuild.go26 func SetupOutDir(ctx Context, config Config) {
49 func createCombinedBuildNinjaFile(ctx Context, config Config) {
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) {
Dcleanbuild.go46 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) {
Ddumpvars.go39 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) {
Dfinder.go35 func NewSourceFinder(ctx Context, config Config) (f *finder.Finder) {
82 func FindSources(ctx Context, config Config, f *finder.Finder) {
Dgoma.go37 func ulimitOrFatal(ctx Context, config Config, opt string) int {
54 func startGoma(ctx Context, config Config) {
Dninja.go29 func runNinja(ctx Context, config Config) {
127 func dumpStucknessDiagnostics(ctx Context, config Config, statusPath string, lastUpdated time.Time)…
Dtest_build.go34 func testForDanglingRules(ctx Context, config Config) {
Dsoong.go29 func runSoong(ctx Context, config Config) {
Dpath.go56 func SetupPath(ctx Context, config Config) {
/build/blueprint/bootstrap/
Dconfig.go103 type Config struct { struct
104 stage Stage
106 topLevelBlueprintsFile string
108 emptyNinjaFile bool
109 runGoTests bool
110 moduleListFile string
Dcleanup.go34 func removeAbandonedFilesUnder(ctx *blueprint.Context, config *Config,
/build/soong/cmd/soong_ui/
Dmain.go182 func dumpVar(ctx build.Context, config build.Config, args []string) {
232 func dumpVars(ctx build.Context, config build.Config, args []string) {
/build/soong/sysprop/
Dsysprop_test.go55 func testContext(config android.Config, bp string,
173 func run(t *testing.T, ctx *android.TestContext, config android.Config) {
/build/soong/cmd/soong_build/
Dmain.go36 func newNameResolver(config android.Config) *android.NameResolver {
/build/soong/cc/
Dgenrule_test.go24 func testGenruleContext(config android.Config, bp string,
Dsysprop.go32 func syspropImplLibraries(config android.Config) map[string]string {
Dsanitize.go975 func cfiStaticLibs(config android.Config) *[]string {
983 func hwasanStaticLibs(config android.Config) *[]string {
991 func hwasanVendorStaticLibs(config android.Config) *[]string {
Dmakevars.go37 func getNamedMapForConfig(config android.Config, key android.OnceKey) *sync.Map {
/build/soong/android/
Dapi_levels.go56 func getApiLevelsMap(config Config) map[string]int {
/build/soong/java/
Djava_test.go60 func testContext(config android.Config, bp string,
202 func run(t *testing.T, ctx *android.TestContext, config android.Config) {
/build/soong/dexpreopt/dexpreopt_gen/
Ddexpreopt_gen.go45 func (x *pathContext) Config() android.Config { return x.config } func

12