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

/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DXRBackendNative.c154 char pkgInfoPath[FILENAME_MAX]; local
168 strncpy(pkgInfoPath, info.dli_fname, pos);
170 strcpy(pkgInfoPath + pos, pkgFileName);
171 pkgInfoPath[pos + pkgFileNameLen] = '\0';
174 if ((stat(pkgInfoPath, &stat_info)== 0) &&
177 FILE *fp = fopen(pkgInfoPath, "r");

Completed in 1020 milliseconds