Home
last modified time | relevance | path

Searched refs:older (Results 1 – 21 of 21) sorted by relevance

/system/tools/aidl/
Daidl_apicheck.cpp34 static bool have_compatible_annotations(const AidlAnnotatable& older, in have_compatible_annotations() argument
36 set<AidlAnnotation> olderAnnotations(older.GetAnnotations().begin(), in have_compatible_annotations()
37 older.GetAnnotations().end()); in have_compatible_annotations()
41 const string from = older.ToString().empty() ? "(empty)" : older.ToString(); in have_compatible_annotations()
49 static bool are_compatible_types(const AidlTypeSpecifier& older, const AidlTypeSpecifier& newer) { in are_compatible_types() argument
51 if (older.ToString() != newer.ToString()) { in are_compatible_types()
52 AIDL_ERROR(newer) << "Type changed: " << older.ToString() << " to " << newer.ToString() << "."; in are_compatible_types()
55 compatible &= have_compatible_annotations(older, newer); in are_compatible_types()
59 static bool are_compatible_interfaces(const AidlInterface& older, const AidlInterface& newer) { in are_compatible_interfaces() argument
61 compatible &= have_compatible_annotations(older, newer); in are_compatible_interfaces()
[all …]
/system/sepolicy/prebuilts/api/27.0/private/compat/26.0/
D26.0.ignore.cil2 ;; analogue in older policy. Thus, we do not need to map these types to
30 ;; older policy, but that should not remain accessible to vendor policy.
/system/sepolicy/prebuilts/api/28.0/private/compat/27.0/
D27.0.ignore.cil2 ;; analogue in older policy. Thus, we do not need to map these types to
130 ;; older policy, but that should not remain accessible to vendor policy.
/system/sepolicy/prebuilts/api/28.0/private/compat/26.0/
D26.0.ignore.cil2 ;; analogue in older policy. Thus, we do not need to map these types to
152 ;; older policy, but that should not remain accessible to vendor policy.
/system/sepolicy/prebuilts/api/29.0/private/compat/27.0/
D27.0.ignore.cil2 ;; analogue in older policy. Thus, we do not need to map these types to
194 ;; older policy, but that should not remain accessible to vendor policy.
/system/sepolicy/private/compat/27.0/
D27.0.ignore.cil2 ;; analogue in older policy. Thus, we do not need to map these types to
194 ;; older policy, but that should not remain accessible to vendor policy.
/system/sepolicy/prebuilts/api/29.0/private/compat/26.0/
D26.0.ignore.cil2 ;; analogue in older policy. Thus, we do not need to map these types to
216 ;; older policy, but that should not remain accessible to vendor policy.
/system/sepolicy/private/compat/26.0/
D26.0.ignore.cil2 ;; analogue in older policy. Thus, we do not need to map these types to
216 ;; older policy, but that should not remain accessible to vendor policy.
/system/core/debuggerd/seccomp_policy/
Dcrash_dump.policy.def39 libminijail on vendor partitions older than P does not have constants from <sys/mman.h>.
/system/sepolicy/private/compat/28.0/
D28.0.ignore.cil2 ;; analogue in older policy. Thus, we do not need to map these types to
/system/sepolicy/prebuilts/api/29.0/private/compat/28.0/
D28.0.ignore.cil2 ;; analogue in older policy. Thus, we do not need to map these types to
/system/sepolicy/prebuilts/api/26.0/public/
Dupdate_engine_common.te12 # the update to an older version (channel change) or incompatible version
/system/sepolicy/prebuilts/api/28.0/public/
Dupdate_engine_common.te12 # the update to an older version (channel change) or incompatible version
/system/sepolicy/prebuilts/api/27.0/public/
Dupdate_engine_common.te12 # the update to an older version (channel change) or incompatible version
/system/sepolicy/public/
Dupdate_engine_common.te24 # the update to an older version (channel change) or incompatible version
Dkernel.te97 # kernel older than 4.8.
/system/sepolicy/prebuilts/api/29.0/public/
Dupdate_engine_common.te24 # the update to an older version (channel change) or incompatible version
Dkernel.te97 # kernel older than 4.8.
/system/update_engine/
Dupdate_metadata.proto185 // |data_length|, older client will read them as uint32.
/system/update_engine/update_engine/
Dupdate_metadata.proto185 // |data_length|, older client will read them as uint32.
/system/core/fastboot/
DREADME.md120 variables, so older devices might exhibit this behavior,