Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/graphics/fonts/
H A DUpdatableFontDir.java376 File newFontFile = new File(newDir, fontFileName); in installFontFile() local
377 if (!mFsverityUtil.rename(tempNewFontFile, newFontFile)) { in installFontFile()
384 Os.chmod(newFontFile.getAbsolutePath(), 0644); in installFontFile()
406 FontFileInfo fontFileInfo = validateFontFile(newFontFile, pkcs7Signature); in installFontFile()