Searched refs:first_api_level (Results 1 – 14 of 14) sorted by relevance
| /system/vold/model/ |
| D | VolumeEncryption.cpp | 35 auto first_api_level = in lookup_volume_method() local 39 return first_api_level > __ANDROID_API_Q__ ? VolumeMethod::kDefaultKey in lookup_volume_method() 44 if (first_api_level > __ANDROID_API_Q__) { in lookup_volume_method() 47 << first_api_level; in lookup_volume_method()
|
| /system/extras/libfscrypt/tests/ |
| D | fscrypt_test.cpp | 29 const EncryptionOptions TestString(unsigned int first_api_level, const std::string instring, in TestString() argument 34 EXPECT_TRUE(ParseOptionsForApiLevel(first_api_level, instring, &options)); in TestString() 35 EXPECT_TRUE(OptionsToStringForApiLevel(first_api_level, options, &options_string)); in TestString() 40 #define TEST_STRING(first_api_level, instring, outstring) \ argument 42 auto options = TestString(first_api_level, instring, outstring);
|
| /system/extras/libfscrypt/include/fscrypt/ |
| D | fscrypt.h | 55 bool OptionsToStringForApiLevel(unsigned int first_api_level, const EncryptionOptions& options, 60 bool ParseOptionsForApiLevel(unsigned int first_api_level, const std::string& options_string,
|
| /system/extras/libfscrypt/ |
| D | fscrypt.cpp | 146 bool OptionsToStringForApiLevel(unsigned int first_api_level, const EncryptionOptions& options, in OptionsToStringForApiLevel() argument 170 if (!ParseOptionsForApiLevel(first_api_level, *options_string, &options_check)) { in OptionsToStringForApiLevel() 186 bool ParseOptionsForApiLevel(unsigned int first_api_level, const std::string& options_string, in ParseOptionsForApiLevel() argument 212 options->version = first_api_level > __ANDROID_API_Q__ ? 2 : 1; in ParseOptionsForApiLevel() 244 if (first_api_level <= __ANDROID_API_Q__ && options->version == 1 && in ParseOptionsForApiLevel()
|
| /system/vold/ |
| D | FsCrypt.cpp | 360 auto first_api_level = GetFirstApiLevel(); in get_volume_file_encryption_options() local 363 first_api_level > __ANDROID_API_Q__ ? "" : "aes-256-heh"); in get_volume_file_encryption_options() 366 if (!ParseOptionsForApiLevel(first_api_level, options_string, options)) { in get_volume_file_encryption_options()
|
| /system/sepolicy/prebuilts/api/29.0/public/ |
| D | property_contexts | 352 ro.product.first_api_level u:object_r:exported_default_prop:s0 exact int
|
| /system/sepolicy/prebuilts/api/32.0/private/ |
| D | property_contexts | 869 ro.product.first_api_level u:object_r:build_vendor_prop:s0 exact int 882 ro.board.first_api_level u:object_r:build_vendor_prop:s0 exact int
|
| /system/sepolicy/prebuilts/api/31.0/private/ |
| D | property_contexts | 863 ro.product.first_api_level u:object_r:build_vendor_prop:s0 exact int 876 ro.board.first_api_level u:object_r:build_vendor_prop:s0 exact int
|
| /system/sepolicy/prebuilts/api/30.0/public/ |
| D | property_contexts | 387 ro.product.first_api_level u:object_r:exported_default_prop:s0 exact int
|
| /system/sepolicy/prebuilts/api/33.0/private/ |
| D | property_contexts | 976 ro.product.first_api_level u:object_r:build_vendor_prop:s0 exact int 989 ro.board.first_api_level u:object_r:build_vendor_prop:s0 exact int
|
| /system/sepolicy/prebuilts/api/34.0/private/ |
| D | property_contexts | 1098 ro.product.first_api_level u:object_r:build_vendor_prop:s0 exact int 1118 ro.board.first_api_level u:object_r:build_vendor_prop:s0 exact int
|
| /system/sepolicy/prebuilts/api/202404/private/ |
| D | property_contexts | 1144 ro.product.first_api_level u:object_r:build_vendor_prop:s0 exact int 1164 ro.board.first_api_level u:object_r:build_vendor_prop:s0 exact int
|
| /system/sepolicy/private/ |
| D | property_contexts | 1268 ro.product.first_api_level u:object_r:build_vendor_prop:s0 exact int 1288 ro.board.first_api_level u:object_r:build_vendor_prop:s0 exact int
|
| /system/sepolicy/prebuilts/api/202504/private/ |
| D | property_contexts | 1254 ro.product.first_api_level u:object_r:build_vendor_prop:s0 exact int 1274 ro.board.first_api_level u:object_r:build_vendor_prop:s0 exact int
|