Home
last modified time | relevance | path

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

/ohos5.0/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_file.cpp62 constexpr const FsMagic FS_TYPES[] = {{"f2fs", 1024, 4, "\x10\x20\xF5\xF2"}, variable
67 for (const auto &fs : FS_TYPES) { in RetrieveFsType()