Searched refs:exists (Results 176 - 200 of 627) sorted by relevance

1234567891011>>

/openjdk10/test/lib/jdk/test/lib/
H A DJDKToolFinder.java100 if (!jdkTool.toFile().exists()) {
H A DPlatform.java235 if (deny_ptrace.exists()) {
249 if (ptrace_scope.exists()) {
/openjdk10/jdk/test/javax/accessibility/AccessibilityProvider/
H A DLoad.java71 if (!f.exists()) {
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgDebuggerLocal.java372 if (f.exists()) {
380 if (f.exists()) {
589 if (!dir.exists()) {
603 if (feng.exists() && fhelp.exists()) {
611 if (feng.exists()) {
615 } else if (fhelp.exists()) {
/openjdk10/hotspot/test/compiler/ciReplay/
H A DCiReplayBase.java112 Utils.waitForCondition(() -> !toDelete.exists());
266 if (new File(coreWithPid).exists()) {
270 if (new File(justCore).exists()) {
275 if (new File(justFile).exists()) {
281 if (new File(coreWithoutPid).exists()) {
/openjdk10/jdk/test/java/rmi/testlibrary/
H A DTestLibrary.java277 * that the codebase directory exists (underneath the working
282 if (!dstDir.exists()) {
310 if (!dstFile.exists()) {
311 if (!srcFile.exists()) {
333 if (srcFile.exists()) {
539 if (!f.exists()) {
/openjdk10/jdk/src/java.prefs/unix/classes/java/util/prefs/
H A DFileSystemPreferences.java120 if (!userRootDir.exists()) {
139 if (!userRootModFile.exists())
188 if (!systemRootDir.exists()) {
194 if (!systemRootDir.exists()) {
215 if (!systemRootModFile.exists() && isSystemRootWritable)
523 newNode = !dir.exists();
637 if (!dir.exists() && !dir.mkdirs())
712 if (!dir.exists())
813 } else if (lastSyncTime != 0 && !dir.exists()) {
/openjdk10/hotspot/src/jdk.internal.vm.compiler/.mx.graal/
H A Dsanitycheck.py28 from os.path import isfile, join, exists namespace
153 if specjbb2005 is None or not exists(join(specjbb2005, 'jbb.jar')):
166 if specjbb2013 is None or not exists(join(specjbb2013, 'specjbb2013.jar')):
181 if specjbb2015 is None or not exists(join(specjbb2015, 'specjbb2015.jar')):
196 if specjvm2008 is None or not exists(join(specjvm2008, 'SPECjvm2008.jar')):
293 if exists(join(jre, 'jre')):
/openjdk10/jdk/test/java/io/File/
H A DCheckPermission.java27 * right permission check when a security manager exists.
189 if (testFile.exists()) {
195 if (another.exists()) {
214 testFile.exists();
280 if (testFile.exists()) {
286 if (!another.exists()) {
303 if (testFile.exists())
/openjdk10/jdk/test/tools/jmod/hashes/
H A DHashesTest.java88 if (Files.exists(dest)) {
243 if (!Files.exists(mpath)) {
268 if (!Files.exists(mpath)) {
292 if (!Files.exists(mpath)) {
429 if (Files.exists(outfile)) {
459 if (Files.exists(outfile)) {
/openjdk10/hotspot/.mx.jvmci/
H A Dmx_jvmci.py28 from os.path import join, exists, dirname, isdir namespace
157 if not exists(jdkBuildDir):
246 if exists(templateSettingsDir):
363 if exists(_get_jdk_build_dir(self.debugLevel)):
438 if exists(nbplatform):
440 if not exists(updateTrackingFile):
453 if not exists(nbplatform):
471 if exists(executable) and not exists(mx.library('C1VISUALIZER_DIST').get_path(resolve=False)):
477 if not exists(executabl
[all...]
/openjdk10/jdk/test/jdk/nio/zipfs/
H A DZipFSTester.java111 if (!Files.exists(path))
114 if (!Files.exists(path))
180 if (Files.exists(dst))
187 if (Files.exists(dst2))
198 if (Files.exists(dst4))
201 if (Files.exists(dst3))
206 if (Files.exists(dst5)) {
241 if (Files.exists(tmpfsPath))
327 if (Files.exists(fs2.getPath(path))) {
507 if (!Files.exists(dstPat
[all...]
/openjdk10/hotspot/test/serviceability/sa/
H A DTestHeapDumpForInvokeDynamic.java68 Asserts.assertTrue(heapDumpFile.exists() && heapDumpFile.isFile(),
125 if (heapDumpFile.exists()) {
/openjdk10/hotspot/test/serviceability/tmtools/jstat/utils/
H A DGeneratingClassLoader.java137 if (target.exists()) {
142 if (target == null || !target.exists()) {
/openjdk10/jdk/src/java.base/share/classes/sun/security/tools/
H A DKeyStoreUtil.java128 if (!file.exists()) {
154 if (f.exists()) {
/openjdk10/jaxws/src/java.xml.ws/share/classes/javax/xml/ws/spi/
H A DFactoryFinder.java124 if (!Files.exists(path)) {
128 if (Files.exists(path)) {
/openjdk10/jdk/test/java/util/logging/
H A DCheckLockLocationTest.java232 if (nonExistentDir.exists()) {
252 * @return true if file already exists or creation succeeded
255 if (newFile.exists()) {
/openjdk10/langtools/test/tools/javac/Paths/6638501/
H A DWsCompileExample.java57 if(!destDir.exists())
65 if(!destDir.exists())
/openjdk10/langtools/make/test/sym/
H A DCreateSymbolsTest.java102 if (Files.exists(d.resolve("TEST.ROOT"))) {
104 if (Files.exists(createSymbols)) {
/openjdk10/langtools/test/tools/javac/6341866/
H A DT6341866.java135 if (b_class.exists() != expectClass) {
136 if (b_class.exists())
/openjdk10/langtools/test/tools/javac/processing/6348193/
H A DT6348193.java104 if (!processed.exists())
114 if (processed.exists())
/openjdk10/nashorn/test/script/currently-failing/
H A DJDK-8144221.js68 if (!Files.exists(Paths.get(jjs))) {
/openjdk10/nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/
H A DMain.java76 if (!inDir.exists() || !inDir.isDirectory()) {
82 if (!outDir.exists() || !outDir.isDirectory()) {
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/naming/pcosnaming/
H A DNameServer.java76 if (!dbDir.exists()) dbDir.mkdir();
/openjdk10/hotspot/test/serviceability/dcmd/jvmti/
H A DLoadAgentDcmdTest.java64 if (!libpath.toFile().exists()) {

Completed in 293 milliseconds

1234567891011>>