Searched refs:tempNewFontFile (Results 1 – 1 of 1) sorted by relevance
346 File tempNewFontFile = new File(newDir, "font.ttf"); in installFontFile() local347 try (FileOutputStream out = new FileOutputStream(tempNewFontFile)) { in installFontFile()357 mFsverityUtil.setUpFsverity(tempNewFontFile.getAbsolutePath()); in installFontFile()365 fontFileName = mParser.buildFontFileName(tempNewFontFile); in installFontFile()377 if (!mFsverityUtil.rename(tempNewFontFile, newFontFile)) { in installFontFile()