Home
last modified time | relevance | path

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

/aosp12/system/extras/libfscrypt/
H A 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()
/aosp12/system/extras/libfscrypt/include/fscrypt/
H A Dfscrypt.h50 unsigned int GetFirstApiLevel();
/aosp12/system/core/fastboot/device/
H A Dvariables.h77 bool GetFirstApiLevel(FastbootDevice* device, const std::vector<std::string>& args,
H A Dvariables.cpp501 bool GetFirstApiLevel(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetFirstApiLevel() function
H A Dcommands.cpp147 {FB_VAR_FIRST_API_LEVEL, {GetFirstApiLevel, nullptr}}, in GetVarHandler()
/aosp12/system/vold/
H A DMetadataCrypt.cpp234 (GetFirstApiLevel() <= __ANDROID_API_Q__ ? 1 : 2)); in fscrypt_mount_metadata_encrypted()
H A DFsCrypt.cpp274 auto first_api_level = GetFirstApiLevel(); in get_volume_file_encryption_options()
/aosp12/system/core/fs_mgr/
H A Dfs_mgr.cpp1200 (android::fscrypt::GetFirstApiLevel() <= __ANDROID_API_Q__ ? 1 : 2)); in UpdateCheckpointPartition()