Home
last modified time | relevance | path

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

/system/extras/libfscrypt/
Dfscrypt.cpp48 struct ModeLookupEntry { struct
53 static const auto contents_modes = std::vector<ModeLookupEntry>{ argument
60 static const auto filenames_modes = std::vector<ModeLookupEntry>{
66 static bool LookupModeByName(const std::vector<struct ModeLookupEntry>& modes, in LookupModeByName()
77 static bool LookupModeById(const std::vector<struct ModeLookupEntry>& modes, int id, in LookupModeById()