Home
last modified time | relevance | path

Searched defs:first_api_level (Results 1 – 4 of 4) sorted by relevance

/system/extras/libfscrypt/tests/
Dfscrypt_test.cpp29 const EncryptionOptions TestString(unsigned int first_api_level, const std::string instring, in TestString()
40 #define TEST_STRING(first_api_level, instring, outstring) \ argument
/system/vold/model/
DVolumeEncryption.cpp35 auto first_api_level = in lookup_volume_method() local
/system/extras/libfscrypt/
Dfscrypt.cpp143 bool OptionsToStringForApiLevel(unsigned int first_api_level, const EncryptionOptions& options, in OptionsToStringForApiLevel()
180 bool ParseOptionsForApiLevel(unsigned int first_api_level, const std::string& options_string, in ParseOptionsForApiLevel()
/system/vold/
DFsCrypt.cpp274 auto first_api_level = GetFirstApiLevel(); in get_volume_file_encryption_options() local