Lines Matching defs:path

420   // If "/jre/lib/" appears at the right place in the path, then we
421 // assume libjvm[_g].so is installed in a JDK and we use this path.
427 // If "/jre/lib/" does NOT appear at the right place in the path
431 // then we append a fake suffix "hotspot/libjvm[_g].so" to this path so
478 // Found the full path to libjvm.so.
479 // Now cut the path to <java_home>/jre if we can.
515 * Note: Due to a legacy implementation, most of the library path
518 * Eventually, all the library path setting will be done here.
521 * libraries, the new path component /usr/java/packages is added here.
522 * Eventually, all the library path setting will be done here.
548 // Prepend the default path with the JAVA_LIBRARY_PATH so that the app launcher code can specify a directory inside an app wrapper
571 // Apple's Java6 has "." at the beginning of java.library.path.
572 // OpenJDK on Windows has "." at the end of java.library.path.
573 // OpenJDK on Linux and Solaris don't have "." in java.library.path
575 // "." is appended to the end of java.library.path. Yes, this
1917 continue; // skip the empty path values
2504 // Find the full path to the current module, libjvm or libjvm_g
2512 // Lazy resolve the path to current module.
2532 // construct a path to the JVM being overridden.
2575 // If the path exists within JAVA_HOME, add the JVM library name
2576 // to complete the path to JVM being overridden. Otherwise fallback
2577 // to the path to the current library.
2585 // Fall back to path of current library
5058 int os::stat(const char *path, struct stat *sbuf) {
5060 if (strlen(path) > MAX_PATH - 1) {
5064 os::native_path(strcpy(pathbuf, path));
5077 bool os::dir_is_empty(const char* path) {
5081 dir = opendir(path);
5107 int os::open(const char *path, int oflag, int mode) {
5109 if (strlen(path) > MAX_PATH - 1) {
5117 fd = ::open(path, oflag, mode);
5169 ::unlink(path);
5176 int os::create_binary_file(const char* path, bool rewrite_existing) {
5181 return ::open(path, oflags, S_IREAD | S_IWRITE);
5834 // Optional fast-path check:
6042 // Get path to libjvm.so
6068 // Get the default path to the core file