Home
last modified time | relevance | path

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

/system/security/ondevice-signing/
Dodsign_main.cpp327 bool supportsFsVerity) { in verifyArtifactsIntegrity()
508 bool supportsFsVerity = SupportsFsVerity(); in main() local
/system/core/init/
Dselinux.cpp657 Result<void> SepolicyVerify(const std::string& dir, bool supportsFsVerity) { in SepolicyVerify()
701 bool supportsFsVerity = access(kFsVerityProcPath, F_OK) == 0; in PrepareApexSepolicy() local