Home
last modified time | relevance | path

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

/system/extras/libfscrypt/
Dfscrypt.cpp294 static int GetFilesystemBlockSize(const std::string& path) { in GetFilesystemBlockSize() function
343 if (policy.options.dusize_4k && GetFilesystemBlockSize(directory) != 4096) { in EnsurePolicy()