Searched refs:tempNewFontFile (Results 1 – 1 of 1) sorted by relevance
385 File tempNewFontFile = new File(newDir, "font.ttf"); in installFontFile() local386 try (FileOutputStream out = new FileOutputStream(tempNewFontFile)) { in installFontFile()396 mFsverityUtil.setUpFsverity(tempNewFontFile.getAbsolutePath()); in installFontFile()404 fontFileName = mParser.buildFontFileName(tempNewFontFile); in installFontFile()416 if (!mFsverityUtil.rename(tempNewFontFile, newFontFile)) { in installFontFile()