Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxfont.c186 int lenOldPaths; in dmxProcSetFontPath() local
206 GetFontPath(serverClient, &nOldPaths, &lenOldPaths, &tmpFontPath); in dmxProcSetFontPath()
207 oldFontPath = malloc(nOldPaths + lenOldPaths); in dmxProcSetFontPath()
208 memmove(oldFontPath, tmpFontPath, nOldPaths + lenOldPaths); in dmxProcSetFontPath()