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

/openjdk7/jdk/src/windows/native/java/lang/
H A Djava_props_md.c109 char systemPath[MAX_PATH + 1]; local
112 if (GetWindowsDirectory(systemPath, MAX_PATH + 1) != 0 &&
113 strlen(systemPath) + strlen(gb18030Font) < MAX_PATH + 1) {
114 strcat(systemPath, "\\FONTS\\SimSun18030.ttc");
115 if ((f = fopen(systemPath, "r")) != NULL) {

Completed in 30 milliseconds