Searched refs:setUpFsverity (Results 1 – 6 of 6) sorted by relevance
45 VerityUtils.setUpFsverity(file.getAbsolutePath()); in setUpFsVerity()56 VerityUtils.setUpFsverity(parcelFileDescriptor.getFd()); in setUpFsVerity()
76 public static void setUpFsverity(@NonNull String filePath) throws IOException { in setUpFsverity() method in VerityUtils85 public static void setUpFsverity(int fd) throws IOException { in setUpFsverity() method in VerityUtils
190 public void setUpFsverity(String filePath) throws IOException { in setUpFsverity() method in FontManagerService.FsverityUtilImpl191 VerityUtils.setUpFsverity(filePath); in setUpFsverity()
81 void setUpFsverity(String path) throws IOException; in setUpFsverity() method357 mFsverityUtil.setUpFsverity(tempNewFontFile.getAbsolutePath()); in installFontFile()
120 public void setUpFsverity(String path) throws IOException { in setUpFsverity() method in UpdatableFontDirTest.FakeFsverityUtil822 public void setUpFsverity(String path) throws IOException { in installFontFile_renameToPsNameFailure()823 mFakeFsverityUtil.setUpFsverity(path); in installFontFile_renameToPsNameFailure()
2018 VerityUtils.setUpFsverity(filePath); in setUpFsVerity()