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

/openjdk7/hotspot/src/os/windows/launcher/
H A Djava_md.c1440 int jrePathLen = 0; local
1453 jrePathLen = strlen(libraryPath);
1466 libraryPath[jrePathLen] = 0;
1475 libraryPath[jrePathLen] = 0;
/openjdk7/jdk/src/windows/bin/
H A Djava_md.c1288 int jrePathLen = 0; local
1302 jrePathLen = JLI_StrLen(libraryPath);
1315 libraryPath[jrePathLen] = 0;
1324 libraryPath[jrePathLen] = 0;

Completed in 36 milliseconds