Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/graphics/fonts/
DUpdatableFontDir.java415 File newFontFile = new File(newDir, fontFileName); in installFontFile() local
416 if (!mFsverityUtil.rename(tempNewFontFile, newFontFile)) { in installFontFile()
423 Os.chmod(newFontFile.getAbsolutePath(), 0644); in installFontFile()
445 FontFileInfo fontFileInfo = validateFontFile(newFontFile, pkcs7Signature); in installFontFile()