Lines Matching refs:configImpl
28 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
651 func (c *configImpl) DistDir() string { argument
655 func (c *configImpl) NinjaArgs() []string { argument
662 func (c *configImpl) SoongOutDir() string { argument
666 func (c *configImpl) TempDir() string { argument
670 func (c *configImpl) FileListDir() string { argument
674 func (c *configImpl) KatiSuffix() string { argument
683 func (c *configImpl) Checkbuild() bool { argument
687 func (c *configImpl) Dist() bool { argument
691 func (c *configImpl) IsVerbose() bool { argument
695 func (c *configImpl) SkipMake() bool { argument
699 func (c *configImpl) TargetProduct() string { argument
706 func (c *configImpl) TargetDevice() string { argument
710 func (c *configImpl) SetTargetDevice(device string) { argument
714 func (c *configImpl) TargetBuildVariant() string { argument
721 func (c *configImpl) KatiArgs() []string { argument
725 func (c *configImpl) Parallel() int { argument
729 func (c *configImpl) HighmemParallel() int { argument
759 func (c *configImpl) TotalRAM() uint64 { argument
763 func (c *configImpl) UseGoma() bool { argument
773 func (c *configImpl) StartGoma() bool { argument
787 func (c *configImpl) UseRBE() bool { argument
797 func (c *configImpl) StartRBE() bool { argument
811 func (c *configImpl) RBEStatsOutputDir() string { argument
820 func (c *configImpl) UseRemoteBuild() bool { argument
827 func (c *configImpl) RemoteParallel() int { argument
837 func (c *configImpl) SetKatiArgs(args []string) { argument
841 func (c *configImpl) SetNinjaArgs(args []string) { argument
845 func (c *configImpl) SetKatiSuffix(suffix string) { argument
849 func (c *configImpl) LastKatiSuffixFile() string { argument
853 func (c *configImpl) HasKatiSuffix() bool { argument
857 func (c *configImpl) KatiEnvFile() string { argument
861 func (c *configImpl) KatiBuildNinjaFile() string { argument
865 func (c *configImpl) KatiPackageNinjaFile() string { argument
869 func (c *configImpl) SoongNinjaFile() string { argument
873 func (c *configImpl) CombinedNinjaFile() string { argument
880 func (c *configImpl) SoongAndroidMk() string { argument
884 func (c *configImpl) SoongMakeVarsMk() string { argument
888 func (c *configImpl) ProductOut() string { argument
892 func (c *configImpl) DevicePreviousProductConfig() string { argument
896 func (c *configImpl) KatiPackageMkDir() string { argument
900 func (c *configImpl) hostOutRoot() string { argument
904 func (c *configImpl) HostOut() string { argument
909 func (c *configImpl) hostCrossOut() string { argument
917 func (c *configImpl) HostPrebuiltTag() string { argument
927 func (c *configImpl) PrebuiltBuildTool(name string) string { argument
939 func (c *configImpl) SetBuildBrokenDupRules(val bool) { argument
943 func (c *configImpl) BuildBrokenDupRules() bool { argument
947 func (c *configImpl) SetBuildBrokenUsesNetwork(val bool) { argument
951 func (c *configImpl) BuildBrokenUsesNetwork() bool { argument
955 func (c *configImpl) SetBuildBrokenNinjaUsesEnvVars(val []string) { argument
959 func (c *configImpl) BuildBrokenNinjaUsesEnvVars() []string { argument
963 func (c *configImpl) SetTargetDeviceDir(dir string) { argument
967 func (c *configImpl) TargetDeviceDir() string { argument
971 func (c *configImpl) SetPdkBuild(pdk bool) { argument
975 func (c *configImpl) IsPdkBuild() bool { argument
979 func (c *configImpl) BuildDateTime() string { argument
983 func (c *configImpl) MetricsUploaderApp() string { argument