Home
last modified time | relevance | path

Searched refs:configImpl (Results 1 – 4 of 4) sorted by relevance

/build/soong/ui/build/
Dconfig.go28 type Config struct{ *configImpl } anonMember
30 type configImpl struct { struct
95 ret := &configImpl{
490 func (c *configImpl) parseArgs(ctx Context, args []string) { argument
539 func (c *configImpl) configureLocale(ctx Context) { argument
590 func (c *configImpl) Lunch(ctx Context, product, variant string) { argument
604 func (c *configImpl) Tapas(ctx Context, apps []string, arch, variant string) { argument
636 func (c *configImpl) Environment() *Environment { argument
640 func (c *configImpl) Arguments() []string { argument
644 func (c *configImpl) OutDir() string { argument
[all …]
Drbe_test.go60 config := Config{&configImpl{
131 config := Config{&configImpl{
Dupload_test.go92 config := Config{&configImpl{
148 config := Config{&configImpl{
Dconfig_test.go88 c := &configImpl{
163 c := &configImpl{