Searched defs:supportsFsVerity (Results 1 – 1 of 1) sorted by relevance
657 Result<void> SepolicyVerify(const std::string& dir, bool supportsFsVerity) { in SepolicyVerify()701 bool supportsFsVerity = access(kFsVerityProcPath, F_OK) == 0; in PrepareApexSepolicy() local