Searched refs:szFPath (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/fontconfig/dist/src/
H A Dfcxml.c2440 char szFPath[MAX_PATH + 1]; local in function:FcParseCacheDir
2443 if (!(pSHGetFolderPathA && SUCCEEDED(pSHGetFolderPathA(NULL, /* CSIDL_LOCAL_APPDATA */ 28, NULL, 0, szFPath))))
2448 strncat(szFPath, "\\fontconfig\\cache", MAX_PATH - 1 - strlen(szFPath));
2449 len = strlen(szFPath) + 1;
2457 strncpy((char *) data, szFPath, len);

Completed in 4 milliseconds