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

/openjdk7/jdk/src/solaris/native/java/util/
H A DTimeZone_md.c86 getPathName(const char *dir, const char *name) { function
156 pathname = getPathName(dir, dp->d_name);
/openjdk7/jdk/src/share/classes/sun/font/
H A DSunFontManager.java1537 PhysicalFont f = registerFontFile(getPathName(pathFile));
1579 String fullPath = getPathName(file);
1681 /* In a terminal server config, its possible that getPathName()
1690 plainFile = getPathName(fd.plainFileName);
1697 boldFile = getPathName(fd.boldFileName);
1704 italicFile = getPathName(fd.italicFileName);
1711 boldItalicFile = getPathName(fd.boldItalicFileName);
1925 private String getPathName(final String s) { method in class:SunFontManager
2029 physicalFont = registerFontFile(getPathName(fontFile), null,
2043 registerFontFile(getPathName(fileNam
[all...]

Completed in 65 milliseconds