Home
last modified time | relevance | path

Searched defs:legacy (Results 1 – 10 of 10) sorted by relevance

/system/security/keystore2/src/km_compat/
Dlib.rs62 let legacy = get_device_or_skip_test!(); in test_get_hardware_info() localVariable
69 let legacy = get_device_or_skip_test!(); in test_add_rng_entropy() localVariable
144 let legacy = get_device_or_skip_test!(); in test_generate_key_no_encrypt() localVariable
150 let legacy = get_device_or_skip_test!(); in test_generate_key_encrypt() localVariable
156 let legacy = get_device_or_skip_test!(); in test_generate_key_attested() localVariable
162 let legacy = get_device_or_skip_test!(); in test_import_key() localVariable
177 let legacy = get_device_or_skip_test!(); in test_import_wrapped_key() localVariable
185 let legacy = get_device_or_skip_test!(); in test_upgrade_key() localVariable
194 let legacy = get_device_or_skip_test!(); in test_delete_key() localVariable
202 let legacy = get_device_or_skip_test!(); in test_delete_all_keys() localVariable
[all …]
/system/tools/sysprop/
DApiChecker.cpp53 bool legacy = false; in CompareProps() local
/system/netd/server/
DNetworkController.cpp658 const char* nexthop, bool legacy, uid_t uid, int mtu) { in addRoute()
663 const char* nexthop, bool legacy, uid_t uid, int mtu) { in updateRoute()
668 const char* nexthop, bool legacy, uid_t uid) { in removeRoute()
964 const char* nexthop, enum RouteOperation op, bool legacy, in modifyRoute()
DNetdNativeService.cpp962 bool legacy = false; in networkAddRouteParcel() local
976 bool legacy = false; in networkUpdateRouteParcel() local
996 bool legacy = false; in networkAddRoute() local
1007 bool legacy = false; in networkRemoveRoute() local
1018 bool legacy = true; in networkAddLegacyRoute() local
1030 bool legacy = true; in networkRemoveLegacyRoute() local
DNdcDispatcher.cpp939 bool legacy = false; in runCommand() local
/system/keymint/common/src/
Dkeyblob.rs33 pub mod legacy; module
Dtag.rs34 pub mod legacy; module
/system/core/libsync/tests/
Dsync_test.cpp246 struct sync_fence_info_data* legacy = sync_fence_info(f.getFd()); in CheckModernLegacyInfoMatch() local
/system/keymint/wire/src/
Dlib.rs36 pub mod legacy; module
/system/core/init/
Dproperty_service.cpp972 static std::string ConstructBuildFingerprint(bool legacy) { in ConstructBuildFingerprint()