Home
last modified time | relevance | path

Searched defs:options_string (Results 1 – 5 of 5) sorted by relevance

/system/extras/libfscrypt/
Dfscrypt.cpp142 bool OptionsToString(const EncryptionOptions& options, std::string* options_string) { in OptionsToString()
147 std::string* options_string) { in OptionsToStringForApiLevel()
182 bool ParseOptions(const std::string& options_string, EncryptionOptions* options) { in ParseOptions()
186 bool ParseOptionsForApiLevel(unsigned int first_api_level, const std::string& options_string, in ParseOptionsForApiLevel()
/system/core/init/
Dfscrypt_init_extensions.cpp94 std::string options_string; in LookupPolicy() local
/system/extras/libfscrypt/tests/
Dfscrypt_test.cpp32 std::string options_string; in TestString() local
/system/vold/
DFsCrypt.cpp364 auto options_string = android::base::GetProperty("ro.crypto.volume.options", in get_volume_file_encryption_options() local
549 std::string options_string; in fscrypt_initialize_systemwide_keys() local
DMetadataCrypt.cpp224 static bool parse_options(const std::string& options_string, CryptoOptions* options) { in parse_options()