Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/security/
H A DFileIntegrity.java45 VerityUtils.setUpFsverity(file.getAbsolutePath()); in setUpFsVerity()
56 VerityUtils.setUpFsverity(parcelFileDescriptor.getFd()); in setUpFsVerity()
/aosp14/frameworks/base/core/java/com/android/internal/security/
H A DVerityUtils.java76 public static void setUpFsverity(@NonNull String filePath) throws IOException { in setUpFsverity() method in VerityUtils
85 public static void setUpFsverity(int fd) throws IOException { in setUpFsverity() method in VerityUtils
/aosp14/frameworks/base/services/core/java/com/android/server/graphics/fonts/
H A DFontManagerService.java190 public void setUpFsverity(String filePath) throws IOException { in setUpFsverity() method in FontManagerService.FsverityUtilImpl
191 VerityUtils.setUpFsverity(filePath); in setUpFsverity()
H A DUpdatableFontDir.java81 void setUpFsverity(String path) throws IOException; in setUpFsverity() method
357 mFsverityUtil.setUpFsverity(tempNewFontFile.getAbsolutePath()); in installFontFile()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/graphics/fonts/
H A DUpdatableFontDirTest.java120 public void setUpFsverity(String path) throws IOException { in setUpFsverity() method in UpdatableFontDirTest.FakeFsverityUtil
822 public void setUpFsverity(String path) throws IOException { in installFontFile_renameToPsNameFailure()
823 mFakeFsverityUtil.setUpFsverity(path); in installFontFile_renameToPsNameFailure()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DInstallPackageHelper.java2018 VerityUtils.setUpFsverity(filePath); in setUpFsVerity()