Home
last modified time | relevance | path

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

/aosp_15_r20/system/extras/libfscrypt/
H A Dfscrypt.cpp138 unsigned int GetFirstApiLevel() { in GetFirstApiLevel() function
143 return OptionsToStringForApiLevel(GetFirstApiLevel(), options, options_string); in OptionsToString()
183 return ParseOptionsForApiLevel(GetFirstApiLevel(), options_string, options); in ParseOptions()
/aosp_15_r20/test/vts-testcase/kernel/encryption/
Dmetadata_encryption_tests.cpp165 ASSERT_TRUE(GetFirstApiLevel(&first_api_level)); in SetUp()
312 ASSERT_TRUE(GetFirstApiLevel(&first_api_level)); in TEST()
Dvts_kernel_encryption.h105 bool GetFirstApiLevel(int *first_api_level);
Dfile_based_encryption_tests.cpp539 ASSERT_TRUE(GetFirstApiLevel(&first_api_level)); in SetUp()
1410 if (!GetFirstApiLevel(&first_api_level)) return true; in DeviceUsesFBE()
Dutils.cpp214 bool GetFirstApiLevel(int *first_api_level) { in GetFirstApiLevel() function
/aosp_15_r20/system/vold/
H A DMetadataCrypt.cpp54 using android::fscrypt::GetFirstApiLevel;
319 (GetFirstApiLevel() <= __ANDROID_API_Q__ ? 1 : 2)); in fscrypt_mount_metadata_encrypted()
H A DFsCrypt.cpp270 if (GetFirstApiLevel() >= __ANDROID_API_V__) { in DoesHardwareSupportOnly32DunBits()
360 auto first_api_level = GetFirstApiLevel(); in get_volume_file_encryption_options()
/aosp_15_r20/system/extras/libfscrypt/include/fscrypt/
H A Dfscrypt.h51 unsigned int GetFirstApiLevel();
/aosp_15_r20/system/core/fastboot/device/
H A Dvariables.h85 bool GetFirstApiLevel(FastbootDevice* device, const std::vector<std::string>& args,
H A Dvariables.cpp513 bool GetFirstApiLevel(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetFirstApiLevel() function
H A Dcommands.cpp146 {FB_VAR_FIRST_API_LEVEL, {GetFirstApiLevel, nullptr}},
/aosp_15_r20/system/core/fs_mgr/
H A Dfs_mgr.cpp1247 (android::fscrypt::GetFirstApiLevel() <= __ANDROID_API_Q__ ? 1 : 2)); in UpdateCheckpointPartition()