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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c223 char fontDirPath[512]; local
265 strcpy ( fontDirPath, fDirP->name[index] );
266 strcat ( fontDirPath, "/fonts.dir" );
267 dirFile = open ( fontDirPath, O_RDONLY, 0 );

Completed in 275 milliseconds