Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/installd/binder/android/os/
H A DIInstalld.aidl98 void assertFsverityRootHashMatches(@utf8InCpp String filePath, in byte[] expectedHash); in assertFsverityRootHashMatches() method
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java695 public void assertFsverityRootHashMatches(String filePath, @NonNull byte[] expectedHash) in assertFsverityRootHashMatches() method in Installer
/aosp12/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp2788 binder::Status InstalldNativeService::assertFsverityRootHashMatches(const std::string& filePath, in assertFsverityRootHashMatches() function in android::installd::InstalldNativeService