Lines Matching defs:deviceConfig
310 *deviceConfig anonMember
346 deviceConfig *deviceConfig member
428 type deviceConfig struct { struct
429 config *config
430 OncePer
1606 func (c *deviceConfig) WithDexpreopt() bool {
1658 func (c *deviceConfig) Arches() []Arch {
1666 func (c *deviceConfig) BinderBitness() string {
1674 func (c *deviceConfig) RecoveryPath() string {
1681 func (c *deviceConfig) VendorPath() string {
1688 func (c *deviceConfig) VendorDlkmPath() string {
1695 func (c *deviceConfig) BuildingVendorImage() bool {
1699 func (c *deviceConfig) CurrentApiLevelForVendorModules() string {
1703 func (c *deviceConfig) ExtraVndkVersions() []string {
1707 func (c *deviceConfig) SystemSdkVersions() []string {
1711 func (c *deviceConfig) PlatformSystemSdkVersions() []string {
1715 func (c *deviceConfig) OdmPath() string {
1722 func (c *deviceConfig) BuildingOdmImage() bool {
1726 func (c *deviceConfig) OdmDlkmPath() string {
1733 func (c *deviceConfig) ProductPath() string {
1740 func (c *deviceConfig) BuildingProductImage() bool {
1744 func (c *deviceConfig) SystemExtPath() string {
1751 func (c *deviceConfig) SystemDlkmPath() string {
1758 func (c *deviceConfig) OemPath() string {
1765 func (c *deviceConfig) UserdataPath() string {
1772 func (c *deviceConfig) BuildingUserdataImage() bool {
1776 func (c *deviceConfig) BuildingRecoveryImage() bool {
1780 func (c *deviceConfig) BtConfigIncludeDir() string {
1784 func (c *deviceConfig) DeviceKernelHeaderDirs() []string {
1794 func (c *deviceConfig) JavaCoverageEnabledForPath(path string) bool {
1810 func (c *deviceConfig) NativeCoverageEnabled() bool {
1815 func (c *deviceConfig) ClangCoverageEnabled() bool {
1819 func (c *deviceConfig) ClangCoverageContinuousMode() bool {
1823 func (c *deviceConfig) GcovCoverageEnabled() bool {
1832 func (c *deviceConfig) NativeCoverageEnabledForPath(path string) bool {
1847 func (c *deviceConfig) PgoAdditionalProfileDirs() []string {
1852 func (c *deviceConfig) AfdoProfile(name string) (string, error) {
1866 func (c *deviceConfig) VendorSepolicyDirs() []string {
1870 func (c *deviceConfig) OdmSepolicyDirs() []string {
1874 func (c *deviceConfig) SystemExtPublicSepolicyDirs() []string {
1878 func (c *deviceConfig) SystemExtPrivateSepolicyDirs() []string {
1882 func (c *deviceConfig) SepolicyM4Defs() []string {
1886 …*deviceConfig) OverrideManifestPackageNameFor(name string) (manifestName string, overridden bool) {
1891 …c (c *deviceConfig) OverrideCertificateFor(name string) (certificatePath string, overridden bool) {
1896 func (c *deviceConfig) OverridePackageNameFor(name string) string {
1924 func (c *deviceConfig) ApexGlobalMinSdkVersionOverride() string {
2043 func (c *deviceConfig) TargetFSConfigGen() []string {
2059 func (c *deviceConfig) DeviceArch() string {
2063 func (c *deviceConfig) DeviceArchVariant() string {
2067 func (c *deviceConfig) DeviceSecondaryArch() string {
2071 func (c *deviceConfig) DeviceSecondaryArchVariant() string {
2075 func (c *deviceConfig) BoardUsesRecoveryAsBoot() bool {
2079 func (c *deviceConfig) BoardKernelBinaries() []string {
2083 func (c *deviceConfig) BoardKernelModuleInterfaceVersions() []string {
2087 func (c *deviceConfig) BoardMoveRecoveryResourcesToVendorBoot() bool {
2091 func (c *deviceConfig) PlatformSepolicyVersion() string {
2095 func (c *deviceConfig) PlatformSepolicyCompatVersions() []string {
2099 func (c *deviceConfig) BoardSepolicyVers() string {
2106 func (c *deviceConfig) SystemExtSepolicyPrebuiltApiDir() string {
2110 func (c *deviceConfig) ProductSepolicyPrebuiltApiDir() string {
2114 func (c *deviceConfig) IsPartnerTrebleSepolicyTestEnabled() bool {
2130 …nfig) createDirsMapOnce(onceKey OnceKey, previous map[string]bool, dirs []string) map[string]bool {
2144 func (c *deviceConfig) ShippingApiLevel() ApiLevel {
2152 func (c *deviceConfig) BuildBrokenPluginValidation() []string {
2156 func (c *deviceConfig) BuildBrokenClangAsFlags() bool {
2160 func (c *deviceConfig) BuildBrokenClangCFlags() bool {
2164 func (c *deviceConfig) BuildBrokenClangProperty() bool {
2168 func (c *deviceConfig) BuildBrokenEnforceSyspropOwner() bool {
2172 func (c *deviceConfig) BuildBrokenTrebleSyspropNeverallow() bool {
2176 func (c *deviceConfig) BuildDebugfsRestrictionsEnabled() bool {
2180 func (c *deviceConfig) BuildBrokenVendorPropertyNamespace() bool {
2184 func (c *deviceConfig) BuildBrokenInputDir(name string) bool {
2188 func (c *deviceConfig) BuildBrokenDontCheckSystemSdk() bool {
2192 func (c *deviceConfig) BuildBrokenDupSysprop() bool {
2200 func (c *deviceConfig) GenruleSandboxing() bool {
2204 func (c *deviceConfig) RequiresInsecureExecmemForSwiftshader() bool {
2208 func (c *deviceConfig) Release_aidl_use_unfrozen() bool {
2216 func (c *deviceConfig) SepolicyFreezeTestExtraDirs() []string {
2220 func (c *deviceConfig) SepolicyFreezeTestExtraPrebuiltDirs() []string {
2224 func (c *deviceConfig) GenerateAidlNdkPlatformBackend() bool {
2228 func (c *deviceConfig) AconfigContainerValidation() string {
2275 func (c *deviceConfig) BuildFromSourceStub() bool {
2293 func (c *deviceConfig) CheckVendorSeappViolations() bool {