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

/openjdk7/jdk/src/macosx/bin/
H A Djava_md_macosx.c633 char *realPathToSelf = realpath(selfInfo.dli_fname, path); local
634 if (realPathToSelf != path) {
638 size_t pathLen = strlen(realPathToSelf);
650 if (0 == strncmp(realPathToSelf + indexOfLastPathComponent, lastPathComponent, sizeOfLastPathComponent - 1)) {
651 realPathToSelf[indexOfLastPathComponent + 1] = '\0';

Completed in 24 milliseconds