Home
last modified time | relevance | path

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

/system/extras/libfscrypt/
Dfscrypt.cpp78 static bool LookupModeById(const std::vector<struct ModeLookupEntry>& modes, int id, in LookupModeById() function
148 if (!LookupModeById(contents_modes, options.contents_mode, &contents_mode)) { in OptionsToStringForApiLevel()
151 if (!LookupModeById(filenames_modes, options.filenames_mode, &filenames_mode)) { in OptionsToStringForApiLevel()