Home
last modified time | relevance | path

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

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