Searched defs:LD_LIBRARY_PATH (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/solaris/bin/
H A Djava_md_solinux.h65 #define LD_LIBRARY_PATH "LD_LIBRARY_PATH" macro
H A Djava_md_solinux.c44 #define LD_LIBRARY_PATH "LD_LIBRARY_PATH" macro
46 /* help jettison the LD_LIBRARY_PATH settings in the future */
89 * Previously the launcher modified the LD_LIBRARY_PATH appropriately for the
92 * LD_LIBRARY_PATH path available, for the runtime linker.
101 * However, if the environment contains a LD_LIBRARY_PATH, this will cause the
102 * launcher to inspect the LD_LIBRARY_PATH. The launcher will check
103 * a. if the LD_LIBRARY_PATH's first component is the the path to the desired
106 * If case b is true, then the launcher will set the LD_LIBRARY_PATH to the
158 * Is LD_LIBRARY_PATH
[all...]
/openjdk7/jdk/test/tools/launcher/
H A DExecutionEnvironment.java27 * @summary Checks for LD_LIBRARY_PATH and execution on *nixes
37 * LD_LIBRARY_PATH if set are not modified in any way.
42 * a. if LD_LIBRARY_PATH32 is set it will override LD_LIBRARY_PATH
45 * a. if LD_LIBRARY_PATH64 is set it will override LD_LIBRARY_PATH
64 static final String LD_LIBRARY_PATH = TestHelper.isMacOSX field in class:ExecutionEnvironment
66 : "LD_LIBRARY_PATH";
67 static final String LD_LIBRARY_PATH_32 = LD_LIBRARY_PATH + "_32";
68 static final String LD_LIBRARY_PATH_64 = LD_LIBRARY_PATH + "_64";
79 LD_LIBRARY_PATH + "=" + LD_LIBRARY_PATH_VALUE,
107 codeList.add(" printValue(\"" + LD_LIBRARY_PATH
[all...]
H A DTest7029048.java27 * @summary Checks for LD_LIBRARY_PATH on *nixes
33 * 7029048: test for LD_LIBRARY_PATH set to different paths pointing which may
51 private static final String LD_LIBRARY_PATH = field in class:Test7029048
52 ExecutionEnvironment.LD_LIBRARY_PATH;
142 String envValue = getValue(LD_LIBRARY_PATH, tr.testOutput);
199 desc = "LD_LIBRARY_PATH should be set";
222 desc = "LD_LIBRARY_PATH should not be set";
228 desc = "LD_LIBRARY_PATH should not be set";
238 env.put(LD_LIBRARY_PATH, dstServerDir.getAbsolutePath());
245 env.put(LD_LIBRARY_PATH, dstClientDi
[all...]
/openjdk7/jdk/src/macosx/bin/
H A Djava_md_macosx.c60 #define LD_LIBRARY_PATH "DYLD_FALLBACK_LIBRARY_PATH" macro
/openjdk7/hotspot/src/os/posix/launcher/
H A Djava_md.c53 #define LD_LIBRARY_PATH "DYLD_LIBRARY_PATH" macro
57 #define LD_LIBRARY_PATH "LD_LIBRARY_PATH" macro
125 * LD_LIBRARY_PATH is in effect for the process. The first exec
140 * sets up LD_LIBRARY_PATH,
155 * | LD_LIBRARY_PATH;
213 /* Set the LD_LIBRARY_PATH environment variable, check data model
221 char *runpath = NULL; /* existing effective LD_LIBRARY_PATH
237 char* new_runpath = NULL; /* desired new LD_LIBRARY_PATH string */
238 char* newpath = NULL; /* path on new LD_LIBRARY_PATH */
[all...]

Completed in 37 milliseconds