Home
last modified time | relevance | path

Searched refs:GetFirstApiLevel (Results 1 – 8 of 8) sorted by relevance

/system/extras/libfscrypt/
Dfscrypt.cpp135 unsigned int GetFirstApiLevel() { in GetFirstApiLevel() function
140 return OptionsToStringForApiLevel(GetFirstApiLevel(), options, options_string); in OptionsToString()
177 return ParseOptionsForApiLevel(GetFirstApiLevel(), options_string, options); in ParseOptions()
/system/extras/libfscrypt/include/fscrypt/
Dfscrypt.h50 unsigned int GetFirstApiLevel();
/system/core/fastboot/device/
Dvariables.h77 bool GetFirstApiLevel(FastbootDevice* device, const std::vector<std::string>& args,
Dvariables.cpp495 bool GetFirstApiLevel(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetFirstApiLevel() function
Dcommands.cpp137 {FB_VAR_FIRST_API_LEVEL, {GetFirstApiLevel, nullptr}}, in GetVarHandler()
/system/vold/
DMetadataCrypt.cpp289 (GetFirstApiLevel() <= pre_gki_level ? 1 : 2)); in fscrypt_mount_metadata_encrypted()
DFsCrypt.cpp267 auto first_api_level = GetFirstApiLevel(); in get_volume_file_encryption_options()
/system/core/fs_mgr/
Dfs_mgr.cpp1144 (android::fscrypt::GetFirstApiLevel() <= pre_gki_level ? 1 : 2)); in UpdateCheckpointPartition()