Home
last modified time | relevance | path

Searched refs:assertFsverityRootHashMatches (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl92 void assertFsverityRootHashMatches(@utf8InCpp String filePath, in byte[] expectedHash); in assertFsverityRootHashMatches() method
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java527 public void assertFsverityRootHashMatches(String filePath, @NonNull byte[] expectedHash) in assertFsverityRootHashMatches() method in Installer
532 mInstalld.assertFsverityRootHashMatches(filePath, expectedHash); in assertFsverityRootHashMatches()
DPackageManagerService.java9278 mInstaller.assertFsverityRootHashMatches(apkPath, rootHashObserved);
18017 mInstaller.assertFsverityRootHashMatches(filePath, rootHash);
18020 mInstaller.assertFsverityRootHashMatches(filePath, rootHash);
/frameworks/native/cmds/installd/
DInstalldNativeService.h140 binder::Status assertFsverityRootHashMatches(const std::string& filePath,
DInstalldNativeService.cpp2684 binder::Status InstalldNativeService::assertFsverityRootHashMatches(const std::string& filePath, in assertFsverityRootHashMatches() function in android::installd::InstalldNativeService
/frameworks/base/services/
Dart-profile10327 HSPLcom/android/server/pm/Installer;->assertFsverityRootHashMatches(Ljava/lang/String;[B)V