Home
last modified time | relevance | path

Searched refs:verifyAllFilesInVerity (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/security/ondevice-signing/
H A DVerityUtils.h26 verifyAllFilesInVerity(const std::string& path);
H A DVerityUtils.cpp232 Result<std::map<std::string, std::string>> verifyAllFilesInVerity(const std::string& path) { in verifyAllFilesInVerity() function
H A Dodsign_main.cpp185 auto result = verifyAllFilesInVerity(kArtArtifactsDir); in verifyIntegrityFsVerity()