Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapex_file.cpp62 constexpr const FsMagic kFsType[] = {{"f2fs", 1024, 4, "\x10\x20\xf5\xf2"}, variable
66 for (const auto& fs : kFsType) { in RetrieveFsType()