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

/openjdk7/jdk/src/solaris/native/java/io/
H A Dcanonicalize_md.c125 after invoking the realpath() procedure. */
185 no duplicate slashes. On Solaris we can use realpath() to do most of the
202 /* First try realpath() on the entire path */
203 if (realpath(original, resolved)) {
227 /* Try realpath() on this subpath */
229 r = realpath(path, resolved);
/openjdk7/jdk/make/java/jobjc/
H A DMakefile62 ABS_OUTPUTDIR=$(realpath $(OUTPUTDIR))
63 ABS_STABLE_GEN_DIR=$(realpath $(STABLE_GEN_DIR))
/openjdk7/jdk/src/macosx/bin/
H A Djexec.c217 if (realpath(path, buf) != NULL) {
H A Djava_md_macosx.c633 char *realPathToSelf = realpath(selfInfo.dli_fname, path);
705 * then use realpath to derive an absolute path. From Solaris 9
707 * an absolute pathname so technically realpath isn't required.
729 exec_path = realpath(dlinfo.dli_fname, resolved);
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DBsdFileStore.java55 // step 1: get realpath
58 byte[] rp = UnixNativeDispatcher.realpath(file());
H A DLinuxFileStore.java59 // step 1: get realpath
62 byte[] rp = UnixNativeDispatcher.realpath(file());
H A DUnixNativeDispatcher.java250 * realpath(const char* path, char* resolved_name)
254 static byte[] realpath(UnixPath path) throws UnixException { method in class:UnixNativeDispatcher
H A DUnixPath.java831 // if resolving links then use realpath
834 byte[] rp = realpath(absolute);
/openjdk7/jdk/src/macosx/native/com/apple/resources/
H A DMacOSXResourceBundle.m39 if (realpath(dlinfo.dli_fname, buf) == NULL) {
40 // fprintf(stderr, "Error: realpath(`%s') failed.\n", dlinfo.dli_fname);
/openjdk7/jdk/src/solaris/bin/
H A Djexec.c189 if (realpath(jarfile, jarPath) == NULL) {
268 if (realpath(path, buf) != NULL) {
H A Djava_md_common.c85 if (!realpath(name, real))
332 if (realpath(jre, wanted) == NULL) {
H A Djava_md_solinux.c898 * then use realpath to derive an absolute path. From Solaris 9
900 * an absolute pathname so technically realpath isn't required.
923 exec_path = realpath(dlinfo.dli_fname, resolved);
/openjdk7/jdk/make/common/shared/
H A DDefs-windows.gmk109 $(if $(word 2,$1),$(shell $(CYGPATH_CMD) $1 2> $(DEV_NULL)),$(call MixedPath,$(realpath $(subst ",,$1))))
/openjdk7/hotspot/src/os/posix/launcher/
H A Djava_md.c838 if (realpath(dlinfo.dli_fname, buf) == NULL) {
839 fprintf(stderr, "Error: realpath(`%s') failed.\n", dlinfo.dli_fname);
902 if (!realpath(name, real))
967 * then use realpath to derive an absolute path. From Solaris 9
969 * an absolute pathname so technically realpath isn't required.
988 exec_path = realpath(dlinfo.dli_fname, resolved);
1705 if (realpath(jre, wanted) == NULL) {
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_LoadLibrary.c100 realpath((char *)dlinfo.dli_fname, buf);
/openjdk7/jdk/src/solaris/native/java/lang/
H A Djava_props_md.c345 realpath((char *)dlinfo.dli_fname, buf);
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DUnixNativeDispatcher.c801 if (realpath(path, resolved) == NULL) {
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp2523 char *rp = realpath(dli_fname, buf);
2552 rp = realpath(java_home_var, buf);
2586 rp = realpath(dli_fname, buf);
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp2346 char *rp = realpath(dli_fname, buf);
2375 rp = realpath(java_home_var, buf);
2396 rp = realpath(dli_fname, buf);
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp2499 realpath((char *)dlinfo.dli_fname, buf);
2535 realpath(java_home_var, buf);
2553 realpath((char *)dlinfo.dli_fname, buf);

Completed in 123 milliseconds