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

/openjdk7/jdk/test/java/util/concurrent/Executors/
H A DPrivilegedCallables.java38 Callable<Integer> real; field in class:PrivilegedCallables
42 return real.call(); }};
121 real = new Callable<Integer>() {
132 real = new Callable<Integer>() {
/openjdk7/jdk/src/solaris/bin/
H A Djava_md_common.c79 char name[PATH_MAX + 2], *real; local
84 real = JLI_MemAlloc(PATH_MAX + 2);
85 if (!realpath(name, real))
86 JLI_StrCpy(real, name);
87 return real;
330 * Resolve the real path to the directory containing the selected JRE.
338 * Resolve the real path to the currently running launcher.
/openjdk7/hotspot/src/os/posix/launcher/
H A Djava_md.c896 char name[PATH_MAX + 2], *real; local
901 real = JLI_MemAlloc(PATH_MAX + 2);
902 if (!realpath(name, real))
903 strcpy(real, name);
904 return real;
1703 * Resolve the real path to the directory containing the selected JRE.
1711 * Resolve the real path to the currently running launcher.

Completed in 49 milliseconds