Searched refs:assertFsverityRootHashMatches (Results 1 – 6 of 6) sorted by relevance
92 void assertFsverityRootHashMatches(@utf8InCpp String filePath, in byte[] expectedHash); in assertFsverityRootHashMatches() method
527 public void assertFsverityRootHashMatches(String filePath, @NonNull byte[] expectedHash) in assertFsverityRootHashMatches() method in Installer532 mInstalld.assertFsverityRootHashMatches(filePath, expectedHash); in assertFsverityRootHashMatches()
9278 mInstaller.assertFsverityRootHashMatches(apkPath, rootHashObserved);18017 mInstaller.assertFsverityRootHashMatches(filePath, rootHash);18020 mInstaller.assertFsverityRootHashMatches(filePath, rootHash);
140 binder::Status assertFsverityRootHashMatches(const std::string& filePath,
2684 binder::Status InstalldNativeService::assertFsverityRootHashMatches(const std::string& filePath, in assertFsverityRootHashMatches() function in android::installd::InstalldNativeService
10327 HSPLcom/android/server/pm/Installer;->assertFsverityRootHashMatches(Ljava/lang/String;[B)V