Searched refs:exists (Results 276 - 300 of 627) sorted by relevance

<<11121314151617181920>>

/openjdk10/jdk/test/tools/jlink/
H A DJLinkPostProcessingTest.java149 if (!Files.exists(gen)) {
/openjdk10/jdk/test/tools/jar/
H A DLeadingGarbage.java72 assertTrue(file.exists());
/openjdk10/langtools/test/tools/javac/Paths/
H A DTestCompileJARInClassPath.java74 if (f.exists())
/openjdk10/langtools/test/jdk/jshell/
H A DComputeFQNsTest.java100 " while (java.nio.file.Files.exists(java.nio.file.Paths.get(\"" + continueMarkFile.toAbsolutePath().toString().replace("\\", "\\\\") + "\"))) Thread.sleep(100); }");
108 if (Files.exists(runMarkFile))
/openjdk10/jdk/test/tools/jimage/
H A DJImageCliTest.java50 if (Files.exists(imagePath)) {
/openjdk10/jdk/test/tools/lib/tests/
H A DHelper.java71 if (!Files.exists(jdkHome.resolve("jmods"))) {
80 if (!Files.exists(stdjmods)) {
233 while (Files.exists(out)) {
321 if (Files.exists(path)) {
/openjdk10/langtools/make/tools/anttasks/
H A DCompilePropertiesTask.java84 if (destFile.exists() && destFile.lastModified() >= srcFile.lastModified())
H A DPropertiesParserTask.java71 if (destFile.exists() && destFile.lastModified() >= srcFile.lastModified())
/openjdk10/langtools/test/tools/javac/6567415/
H A DT6567415.java81 if (!f.exists()) {
/openjdk10/langtools/test/tools/javac/modules/
H A DHelloWorldTest.java147 if (!Files.exists(f))
/openjdk10/langtools/test/tools/javac/processing/options/
H A DTestImplicitNone.java66 if (!test_class.exists())
/openjdk10/langtools/test/tools/jdeps/modules/
H A DGenOpenModule.java78 // check file exists
81 .forEach(f -> assertTrue(Files.exists(f)));
/openjdk10/nashorn/test/src/jdk/nashorn/internal/test/framework/
H A DTestHelper.java53 if (!new File(BUILD_ROOT).exists()) {
/openjdk10/test/lib/jdk/test/lib/
H A DSecurityTools.java69 if (!Files.exists(p)) {
/openjdk10/jdk/test/java/util/zip/
H A DDataDescriptorSignatureMissing.java116 check(pythonZipFile.exists());
H A DTestEmptyZip.java38 if (f.exists() && !f.delete()) {
/openjdk10/jdk/test/javax/management/Introspector/
H A DAnnotationSecurityTest.java74 if (!pf.exists())
/openjdk10/corba/src/java.corba/share/classes/com/sun/tools/corba/se/idl/som/cff/
H A DFileLocator.java126 if ((cf != null) && cf.exists ())
287 if ((cf != null) && cf.exists ())
/openjdk10/hotspot/src/share/vm/prims/
H A Dperf.cpp145 if (PerfDataManager::exists(name_utf)) {
146 THROW_MSG_0(vmSymbols::java_lang_IllegalArgumentException(), "PerfLong name already exists");
228 if (PerfDataManager::exists((char*)name_utf)) {
229 THROW_MSG_0(vmSymbols::java_lang_IllegalArgumentException(), "PerfByteArray name already exists");
/openjdk10/jaxp/test/javax/xml/jaxp/unittest/stream/XMLEventWriterTest/
H A DReaderToWriterTest.java170 if (file.exists())
213 if (file.exists())
/openjdk10/jaxp/test/javax/xml/jaxp/unittest/transform/
H A DXSLTFunctionsTest.java90 Assert.assertTrue(Files.exists(pathOutput));
91 Assert.assertTrue(Files.exists(pathRedirect));
/openjdk10/jdk/src/java.desktop/macosx/classes/com/apple/eio/
H A DFileManager.java367 if (file == null || !file.exists()) throw new FileNotFoundException();
390 if (file == null || !file.exists()) throw new FileNotFoundException();
/openjdk10/jdk/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaFileView.java69 // TODO: Un-comment this out when the native version exists
287 // If the file exists and is not an alias, there aren't
290 if (mFile.exists() && !isAlias(mFile)) {
311 if (!file.exists()) { return mFile; }
/openjdk10/jdk/src/java.base/share/native/libjli/
H A Dwildcard.c104 exists(const char* filename) function
272 (! exists(filename));
389 $ENV{CLASSPATH} = munge $ENV{CLASSPATH} if exists $ENV{CLASSPATH};
/openjdk10/jaxws/src/java.xml.ws/share/classes/javax/xml/soap/
H A DFactoryFinder.java192 if (!Files.exists(path)) {
197 if (Files.exists(path)) {

Completed in 156 milliseconds

<<11121314151617181920>>