Home
last modified time | relevance | path

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

/system/vold/
DKeyUtil.cpp131 static char const* const NAME_PREFIXES[] = {"ext4", "f2fs", "fscrypt", nullptr}; variable
165 for (char const* const* name_prefix = NAME_PREFIXES; *name_prefix != nullptr; name_prefix++) { in installKeyLegacy()
317 for (char const* const* name_prefix = NAME_PREFIXES; *name_prefix != nullptr; name_prefix++) { in evictKeyLegacy()