Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/graphics/fonts/
H A DUpdatableFontDir.java346 File tempNewFontFile = new File(newDir, "font.ttf"); in installFontFile() local
347 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()