Searched refs:environment (Results 76 - 86 of 86) sorted by relevance

1234

/openjdk10/jdk/src/java.base/unix/classes/java/lang/
H A DProcessImpl.java55 * java.lang.Process subclass in the UNIX environment.
187 java.util.Map<String,String> environment,
212 byte[] envBlock = ProcessEnvironment.toEnvironmentBlock(environment, envc);
186 start(String[] cmdarray, java.util.Map<String,String> environment, String dir, ProcessBuilder.Redirect[] redirects, boolean redirectErrorStream) argument
H A DProcessEnvironment.java37 * the parent process for any environment name or value not created by
42 * environment then looks like a Map<Variable,Value>. But we don't
68 // We cache the C environment. This means that subsequent calls
72 // Read environment variables back to front,
93 /* Only for use by ProcessBuilder.environment() */
95 static Map<String,String> environment() { method in class:ProcessEnvironment
115 ("Invalid environment variable name: \"" + name + "\"");
122 ("Invalid environment variable value: \"" + value + "\"");
/openjdk10/jdk/src/java.base/windows/classes/java/lang/
H A DProcessEnvironment.java35 * termination even if the environment is empty. We should always
42 * - There are magic environment variables maintained by Windows
79 ("Invalid environment variable name: \"" + name + "\"");
86 ("Invalid environment variable value: \"" + value + "\"");
251 // Ignore corrupted environment strings.
287 // Only for use by ProcessBuilder.environment()
289 static Map<String,String> environment() { method in class:ProcessEnvironment
293 // Only for use by ProcessBuilder.environment(String[] envp)
336 // add the environment variable to the child, if it exists in parent
/openjdk10/jdk/test/java/security/testlibrary/
H A DProc.java52 * .env("env", "value") // and an environment variable
312 pb.environment().put(e.getKey(), e.getValue());
/openjdk10/jdk/src/jdk.management.agent/share/classes/sun/management/jmxremote/
H A DConnectorBootstrap.java220 environment = env;
227 new JMXPluggableAuthenticator(environment);
268 private final Map<String, Object> environment; field in class:ConnectorBootstrap.AccessFileCheckerAuthenticator
/openjdk10/hotspot/test/runtime/CommandLine/VMOptionsFile/
H A DTestVMOptionsFile.java93 /* JAVA_TOOL_OPTIONS environment variable */
95 /* _JAVA_OPTIONS environment variable */
268 * Update environment variable in passed ProcessBuilder object to the passed value
271 pb.environment().put(name, value);
392 /* Pass VM Option file in _JAVA_OPTIONS environment variable */
405 /* Pass VM Option file in JAVA_TOOL_OPTIONS environment variable */
445 /* Create ProcessBuilder after all setup is done to update environment variables */
466 * in flags file, JAVA_TOOL_OPTIONS and _JAVA_OPTIONS environment variables,
472 * 2) JAVA_TOOL_OPTIONS environment variables
480 * value from _JAVA_OPTIONS environment variabl
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/lang/
H A DRuntime.java44 * the environment in which the application is running. The current
361 * specified environment.
371 * has environment variable settings in the format
374 * the environment of the current process.
402 * specified environment and working directory.
421 * has environment variable settings in the format
424 * the environment of the current process.
499 * with the specified environment.
510 * has environment variable settings in the format
513 * the environment o
[all...]
/openjdk10/jdk/test/tools/launcher/
H A DTestHelper.java445 Map<String, String> env = pb.environment();
/openjdk10/make/
H A DInitSupport.gmk100 $$(info Please clean your environment.)
/openjdk10/jdk/test/tools/pack200/
H A DUtils.java503 Map<String, String> env = pb.environment();
/openjdk10/common/autoconf/
H A Dgenerated-configure.sh143 # Use a proper internal environment variable to ensure we don't fall
1901 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2211 Some influential environment variables:
3437 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3438 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
5133 # build environment and assigns it to VS_ENV_CMD
5276 # The variable is set, but is it from the command line or the environment?
5284 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Ignoring value of BASENAME from the environment. Use command line variables instead." >&5
5285 $as_echo "$as_me: WARNING: Ignoring value of BASENAME from the environment. Use command line variables instead." >&2;}
5480 # The variable is set, but is it from the command line or the environment
[all...]

Completed in 193 milliseconds

1234