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