Searched defs:dirFile (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DSunFontManager.java3198 private void addDirFonts(String dirName, File dirFile, argument
3203 String[] ls = dirFile.list(filter);
3212 File theFile = new File(dirFile, ls[i]);
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c224 int dirFile; local
267 dirFile = open ( fontDirPath, O_RDONLY, 0 );
268 if ( dirFile == -1 ) {
271 close ( dirFile );

Completed in 161 milliseconds