Home
last modified time | relevance | path

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

/aosp12/system/security/ondevice-signing/
H A Dodsign_main.cpp299 bool supportsFsVerity) { in verifyArtifacts()
340 bool supportsFsVerity = access(kFsVerityProcPath, F_OK) == 0; in main() local