Lines Matching defs:deviceConfig
296 *deviceConfig anonMember
332 deviceConfig *deviceConfig member
387 type deviceConfig struct { struct
388 config *config
389 OncePer
1458 func (c *deviceConfig) WithDexpreopt() bool {
1506 func (c *deviceConfig) Arches() []Arch {
1514 func (c *deviceConfig) BinderBitness() string {
1522 func (c *deviceConfig) RecoveryPath() string {
1529 func (c *deviceConfig) VendorPath() string {
1536 func (c *deviceConfig) VendorDlkmPath() string {
1543 func (c *deviceConfig) BuildingVendorImage() bool {
1547 func (c *deviceConfig) CurrentApiLevelForVendorModules() string {
1551 func (c *deviceConfig) ExtraVndkVersions() []string {
1555 func (c *deviceConfig) SystemSdkVersions() []string {
1559 func (c *deviceConfig) PlatformSystemSdkVersions() []string {
1563 func (c *deviceConfig) OdmPath() string {
1570 func (c *deviceConfig) BuildingOdmImage() bool {
1574 func (c *deviceConfig) OdmDlkmPath() string {
1581 func (c *deviceConfig) ProductPath() string {
1588 func (c *deviceConfig) BuildingProductImage() bool {
1592 func (c *deviceConfig) SystemExtPath() string {
1599 func (c *deviceConfig) SystemDlkmPath() string {
1606 func (c *deviceConfig) OemPath() string {
1613 func (c *deviceConfig) UserdataPath() string {
1620 func (c *deviceConfig) BuildingUserdataImage() bool {
1624 func (c *deviceConfig) BuildingRecoveryImage() bool {
1628 func (c *deviceConfig) BtConfigIncludeDir() string {
1632 func (c *deviceConfig) DeviceKernelHeaderDirs() []string {
1642 func (c *deviceConfig) JavaCoverageEnabledForPath(path string) bool {
1658 func (c *deviceConfig) NativeCoverageEnabled() bool {
1663 func (c *deviceConfig) ClangCoverageEnabled() bool {
1667 func (c *deviceConfig) ClangCoverageContinuousMode() bool {
1671 func (c *deviceConfig) GcovCoverageEnabled() bool {
1680 func (c *deviceConfig) NativeCoverageEnabledForPath(path string) bool {
1695 func (c *deviceConfig) PgoAdditionalProfileDirs() []string {
1700 func (c *deviceConfig) AfdoProfile(name string) (string, error) {
1714 func (c *deviceConfig) VendorSepolicyDirs() []string {
1718 func (c *deviceConfig) OdmSepolicyDirs() []string {
1722 func (c *deviceConfig) SystemExtPublicSepolicyDirs() []string {
1726 func (c *deviceConfig) SystemExtPrivateSepolicyDirs() []string {
1730 func (c *deviceConfig) SepolicyM4Defs() []string {
1734 …*deviceConfig) OverrideManifestPackageNameFor(name string) (manifestName string, overridden bool) {
1739 …c (c *deviceConfig) OverrideCertificateFor(name string) (certificatePath string, overridden bool) {
1744 func (c *deviceConfig) OverridePackageNameFor(name string) string {
1772 func (c *deviceConfig) ApexGlobalMinSdkVersionOverride() string {
1891 func (c *deviceConfig) TargetFSConfigGen() []string {
1907 func (c *deviceConfig) DeviceArch() string {
1911 func (c *deviceConfig) DeviceArchVariant() string {
1915 func (c *deviceConfig) DeviceSecondaryArch() string {
1919 func (c *deviceConfig) DeviceSecondaryArchVariant() string {
1923 func (c *deviceConfig) BoardUsesRecoveryAsBoot() bool {
1927 func (c *deviceConfig) BoardKernelBinaries() []string {
1931 func (c *deviceConfig) BoardKernelModuleInterfaceVersions() []string {
1935 func (c *deviceConfig) BoardMoveRecoveryResourcesToVendorBoot() bool {
1939 func (c *deviceConfig) PlatformSepolicyVersion() string {
1943 func (c *deviceConfig) PlatformSepolicyCompatVersions() []string {
1947 func (c *deviceConfig) BoardSepolicyVers() string {
1954 func (c *deviceConfig) SystemExtSepolicyPrebuiltApiDir() string {
1958 func (c *deviceConfig) ProductSepolicyPrebuiltApiDir() string {
1962 func (c *deviceConfig) IsPartnerTrebleSepolicyTestEnabled() bool {
1978 …nfig) createDirsMapOnce(onceKey OnceKey, previous map[string]bool, dirs []string) map[string]bool {
1992 func (c *deviceConfig) ShippingApiLevel() ApiLevel {
2000 func (c *deviceConfig) BuildBrokenPluginValidation() []string {
2004 func (c *deviceConfig) BuildBrokenClangAsFlags() bool {
2008 func (c *deviceConfig) BuildBrokenClangCFlags() bool {
2012 func (c *deviceConfig) BuildBrokenClangProperty() bool {
2016 func (c *deviceConfig) BuildBrokenEnforceSyspropOwner() bool {
2020 func (c *deviceConfig) BuildBrokenTrebleSyspropNeverallow() bool {
2024 func (c *deviceConfig) BuildDebugfsRestrictionsEnabled() bool {
2028 func (c *deviceConfig) BuildBrokenVendorPropertyNamespace() bool {
2032 func (c *deviceConfig) BuildBrokenInputDir(name string) bool {
2036 func (c *deviceConfig) BuildBrokenDontCheckSystemSdk() bool {
2040 func (c *deviceConfig) BuildBrokenDupSysprop() bool {
2048 func (c *deviceConfig) GenruleSandboxing() bool {
2052 func (c *deviceConfig) RequiresInsecureExecmemForSwiftshader() bool {
2056 func (c *deviceConfig) Release_aidl_use_unfrozen() bool {
2064 func (c *deviceConfig) SepolicyFreezeTestExtraDirs() []string {
2068 func (c *deviceConfig) SepolicyFreezeTestExtraPrebuiltDirs() []string {
2072 func (c *deviceConfig) GenerateAidlNdkPlatformBackend() bool {
2076 func (c *deviceConfig) AconfigContainerValidation() string {
2123 func (c *deviceConfig) BuildFromSourceStub() bool {
2141 func (c *deviceConfig) CheckVendorSeappViolations() bool {