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

/openjdk7/jdk/make/common/shared/
H A DSanity-Settings.gmk30 # On Windows in particular, it can happen that quotes get into the PATH
34 ifneq ($(PATH), $(subst ",,$(PATH)))
35 dummy1:=$(error ERROR: PATH variable contains double quotes, fix your PATH.)
37 ifneq ($(PATH), $(subst ',,$(PATH)))
38 dummy1:=$(error ERROR: PATH variable contains single quotes, fix your PATH.)
/openjdk7/jdk/test/java/beans/Introspector/4168475/
H A DTest4168475.java41 private static final String[] PATH = {"infos"}; field in class:Test4168475
44 Introspector.setBeanInfoSearchPath(PATH);
/openjdk7/jdk/src/solaris/bin/
H A Djava-rmi.cgi.sh49 # the "PATH=" line might be changed to the follow if the JDK is installed
52 # PATH=/home/peter/java/bin:$PATH
54 PATH=/usr/local/java/bin:$PATH
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJdbcRowSetResourceBundle.java83 private static final String PATH = "com/sun/rowset/RowSetResourceBundle"; field in class:JdbcRowSetResourceBundle
105 propResBundle = (PropertyResourceBundle) ResourceBundle.getBundle(PATH,
/openjdk7/jdk/test/sun/security/util/HostnameMatcher/
H A DTestHostnameChecker.java174 private final static String PATH = System.getProperty("test.src", "."); field in class:TestHostnameChecker
178 InputStream in = new FileInputStream(new File(PATH, "cert1.crt"));
181 in = new FileInputStream(new File(PATH, "cert2.crt"));
184 in = new FileInputStream(new File(PATH, "cert3.crt"));
187 in = new FileInputStream(new File(PATH, "cert4.crt"));
/openjdk7/jdk/test/
H A Djprt.config29 # PATH
36 # PATH
145 # to PATH.
147 path4sdk="${slash_path};${PATH}"
156 # Export PATH setting
157 PATH="${path4sdk}"
158 export PATH
/openjdk7/jdk/test/com/sun/jdi/
H A DPrivateTransportTest.sh144 # This is going onto PATH and cygwin needs the form
163 PATH="${PATH}${sep}${libdir}"
164 export PATH
165 echo PATH=${PATH}
/openjdk7/hotspot/test/
H A Djprt.config33 # PATH
40 # PATH
171 # to PATH.
173 path4sdk="${slash_path};${PATH}"
182 # Export PATH setting
183 PATH="${path4sdk}"
184 export PATH
/openjdk7/hotspot/make/windows/
H A Dcross_build.bat41 SET OLDPATH=%PATH%
46 SET PATH=%OLDPATH%
58 SET PATH=%OLDPATH%
H A Dcreate.bat37 REM that "grep" be accessible on the PATH. An MKS install does this.
42 echo Make sure cl.exe is in your PATH before running this script.
48 echo Make sure grep.exe is in your PATH before running this script. Either cygwin or MKS should work.
H A Dbuild.bat32 REM that "grep" be accessible on the PATH. An MKS install does this.
/openjdk7/hotspot/agent/make/
H A Dsaenv.bat29 REM set jre\bin and jre\bin\client (or server) in PATH
47 set OPTIONS=-Dsun.jvm.hotspot.debugger.windbg.imagePath="%PATH%" %OPTIONS%
H A Dsaenv64.bat33 REM set jre\bin and jre\bin\client (or server) in PATH
52 set OPTIONS=-Dsun.jvm.hotspot.debugger.windbg.imagePath="%PATH%" %OPTIONS%
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/file/
H A DPaths.java164 warn = lint.isEnabled(Lint.LintCategory.PATH);
269 log.warning(Lint.LintCategory.PATH,
305 log.warning(Lint.LintCategory.PATH,
327 log.warning(Lint.LintCategory.PATH,
333 log.warning(Lint.LintCategory.PATH,
/openjdk7/make/scripts/
H A Dvsvars.sh421 echo VS_WPATH="%PATH%"
490 VS_OPATH=`printf "%s" "${PATH}" | sed -e 's@\\\\@/@g'`
516 printEnv PATH path VS_PATH "${VS_PATH}"
536 checkPaths "Windows PATH" "${VS_WPATH}" ";"
539 checkPaths PATH "${VS_PATH}" "${pathsep}"
H A Dwebrev.ksh1761 ppath=$PATH
1767 PATH=$ppath prog=`whence $progname`
/openjdk7/jdk/make/
H A Djdk_generic_profile.sh51 # Assumes basic unix utilities are in the PATH already (uname, hostname, etc.).
71 # PATH
127 # Place compiler path early in PATH to avoid 'cc' conflicts.
213 # NOTE: You can use vcvars32.bat to set PATH, LIB, and INCLUDE.
243 # Export PATH setting
244 PATH="${path4sdk}"
245 export PATH
/openjdk7/jdk/test/java/net/URL/
H A DTest.java50 static final int PATH = 1 << 5; field in class:Test
191 if (check1(PATH)) check2(url.getPath(), s, PATH);
228 checkEmpty(url.getPath(), PATH);
305 if ((failed & PATH) != 0) sb.append(" path");
/openjdk7/jdk/test/sun/security/ssl/sanity/interop/
H A DCipherTest.java384 static File PATH; field in class:CipherTest
387 File file = new File(PATH, name);
404 PATH = new File(System.getProperty("test.src", "."), relPath);
/openjdk7/jdk/test/sun/security/pkcs11/fips/
H A DCipherTest.java384 static File PATH; field in class:CipherTest
387 File file = new File(PATH, name);
406 PATH = new File(System.getProperty("test.src", "."), relPath);
/openjdk7/jdk/test/sun/security/pkcs11/sslecc/
H A DCipherTest.java385 static File PATH; field in class:CipherTest
388 File file = new File(PATH, name);
405 PATH = new File(System.getProperty("test.src", "."), relPath);
/openjdk7/langtools/make/
H A DMakefile179 $(error 'ant' not found -- please set ANT_HOME or put 'ant' on your PATH)
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DLint.java187 PATH("path"), enum constant in enum:Lint.LintCategory
/openjdk7/jdk/test/java/net/URI/
H A DTest.java59 static final int PATH = 1 << 11; field in class:Test
294 if (check1(PATH)) check2(uri.getRawPath(), s, PATH);
524 checkEmpty(uri.getPath(), PATH);
654 if ((failed & PATH) != 0) sb.append(" path");
/openjdk7/jdk/src/share/classes/com/sun/tools/script/shell/
H A Dinit.js58 * example, env.PATH will return PATH value configured.
799 * Prints which command is selected from PATH
801 * @param cmd name of the command searched from PATH
804 var st = new java.util.StringTokenizer(env.PATH, File.pathSeparator);

Completed in 115 milliseconds