Searched refs:first_api_level (Results 1 – 10 of 10) 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 | 54 bool OptionsToStringForApiLevel(unsigned int first_api_level, const EncryptionOptions& options, 59 bool ParseOptionsForApiLevel(unsigned int first_api_level, const std::string& options_string,
|
/system/extras/libfscrypt/ |
D | fscrypt.cpp | 143 bool OptionsToStringForApiLevel(unsigned int first_api_level, const EncryptionOptions& options, in OptionsToStringForApiLevel() argument 164 if (!ParseOptionsForApiLevel(first_api_level, *options_string, &options_check)) { in OptionsToStringForApiLevel() 180 bool ParseOptionsForApiLevel(unsigned int first_api_level, const std::string& options_string, in ParseOptionsForApiLevel() argument 206 options->version = first_api_level > __ANDROID_API_Q__ ? 2 : 1; in ParseOptionsForApiLevel() 235 if (first_api_level <= __ANDROID_API_Q__ && options->version == 1 && in ParseOptionsForApiLevel()
|
/system/vold/ |
D | FsCrypt.cpp | 274 auto first_api_level = GetFirstApiLevel(); in get_volume_file_encryption_options() local 277 first_api_level > __ANDROID_API_Q__ ? "" : "aes-256-heh"); in get_volume_file_encryption_options() 280 if (!ParseOptionsForApiLevel(first_api_level, options_string, options)) { in get_volume_file_encryption_options()
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | property_contexts | 286 ro.product.first_api_level u:object_r:exported_default_prop:s0 exact int
|
/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/private/ |
D | property_contexts | 864 ro.product.first_api_level u:object_r:build_vendor_prop:s0 exact int 877 ro.board.first_api_level u:object_r:build_vendor_prop:s0 exact int
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | property_contexts | 864 ro.product.first_api_level u:object_r:build_vendor_prop:s0 exact int 877 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
|