Searched defs:legacy (Results  1 – 10 of 10) sorted by relevance
| /system/security/keystore2/src/km_compat/ | 
| D | lib.rs | 61         let legacy = get_device_or_skip_test!();  in test_get_hardware_info()  localVariable68         let legacy = get_device_or_skip_test!();  in test_add_rng_entropy()  localVariable
 143         let legacy = get_device_or_skip_test!();  in test_generate_key_no_encrypt()  localVariable
 149         let legacy = get_device_or_skip_test!();  in test_generate_key_encrypt()  localVariable
 155         let legacy = get_device_or_skip_test!();  in test_generate_key_attested()  localVariable
 161         let legacy = get_device_or_skip_test!();  in test_import_key()  localVariable
 176         let legacy = get_device_or_skip_test!();  in test_import_wrapped_key()  localVariable
 184         let legacy = get_device_or_skip_test!();  in test_upgrade_key()  localVariable
 193         let legacy = get_device_or_skip_test!();  in test_delete_key()  localVariable
 201         let legacy = get_device_or_skip_test!();  in test_delete_all_keys()  localVariable
 [all …]
 
 | 
| /system/tools/sysprop/ | 
| D | ApiChecker.cpp | 53     bool legacy = false;  in CompareProps()  local
 | 
| /system/netd/server/ | 
| D | NetworkController.cpp | 658                                 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()
 953                                    const char* nexthop, enum RouteOperation op, bool legacy,  in modifyRoute()
 
 | 
| D | NetdNativeService.cpp | 968     bool legacy = false;  in networkAddRouteParcel()  local982     bool legacy = false;  in networkUpdateRouteParcel()  local
 1002     bool legacy = false;  in networkAddRoute()  local
 1013     bool legacy = false;  in networkRemoveRoute()  local
 1024     bool legacy = true;  in networkAddLegacyRoute()  local
 1036     bool legacy = true;  in networkRemoveLegacyRoute()  local
 
 | 
| D | NdcDispatcher.cpp | 939         bool legacy = false;  in runCommand()  local
 | 
| /system/keymint/common/src/ | 
| D | keyblob.rs | 19 pub mod legacy;  module
 | 
| D | tag.rs | 20 pub mod legacy;  module
 | 
| /system/core/libsync/tests/ | 
| D | sync_test.cpp | 246     struct sync_fence_info_data* legacy = sync_fence_info(f.getFd());  in CheckModernLegacyInfoMatch()  local
 | 
| /system/keymint/wire/src/ | 
| D | lib.rs | 19 pub mod legacy;  module
 | 
| /system/core/init/ | 
| D | property_service.cpp | 953 static std::string ConstructBuildFingerprint(bool legacy) {  in ConstructBuildFingerprint()
 |