Searched refs:older (Results 1 – 21 of 21) sorted by relevance
/system/tools/aidl/ |
D | aidl_apicheck.cpp | 34 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/ |
D | 26.0.ignore.cil | 2 ;; 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/ |
D | 27.0.ignore.cil | 2 ;; 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/ |
D | 26.0.ignore.cil | 2 ;; 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/ |
D | 27.0.ignore.cil | 2 ;; 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/ |
D | 27.0.ignore.cil | 2 ;; 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/ |
D | 26.0.ignore.cil | 2 ;; 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/ |
D | 26.0.ignore.cil | 2 ;; 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/ |
D | crash_dump.policy.def | 39 libminijail on vendor partitions older than P does not have constants from <sys/mman.h>.
|
/system/sepolicy/private/compat/28.0/ |
D | 28.0.ignore.cil | 2 ;; analogue in older policy. Thus, we do not need to map these types to
|
/system/sepolicy/prebuilts/api/29.0/private/compat/28.0/ |
D | 28.0.ignore.cil | 2 ;; analogue in older policy. Thus, we do not need to map these types to
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | update_engine_common.te | 12 # the update to an older version (channel change) or incompatible version
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | update_engine_common.te | 12 # the update to an older version (channel change) or incompatible version
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | update_engine_common.te | 12 # the update to an older version (channel change) or incompatible version
|
/system/sepolicy/public/ |
D | update_engine_common.te | 24 # the update to an older version (channel change) or incompatible version
|
D | kernel.te | 97 # kernel older than 4.8.
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | update_engine_common.te | 24 # the update to an older version (channel change) or incompatible version
|
D | kernel.te | 97 # kernel older than 4.8.
|
/system/update_engine/ |
D | update_metadata.proto | 185 // |data_length|, older client will read them as uint32.
|
/system/update_engine/update_engine/ |
D | update_metadata.proto | 185 // |data_length|, older client will read them as uint32.
|
/system/core/fastboot/ |
D | README.md | 120 variables, so older devices might exhibit this behavior,
|