Home
last modified time | relevance | path

Searched defs:supportsFsVerity (Results 1 – 1 of 1) sorted by relevance

/aosp14/system/core/init/
H A Dselinux.cpp657 Result<void> SepolicyVerify(const std::string& dir, bool supportsFsVerity) { in SepolicyVerify()
701 bool supportsFsVerity = access(kFsVerityProcPath, F_OK) == 0; in PrepareApexSepolicy() local