Searched refs:directory (Results 151 - 165 of 165) sorted by relevance

1234567

/openjdk9/jdk/src/java.naming/share/classes/com/sun/jndi/url/ldap/
H A DldapURLContext.java30 import javax.naming.directory.*;
/openjdk9/jdk/src/java.naming/share/classes/com/sun/jndi/ldap/
H A DLdapSchemaParser.java29 import javax.naming.directory.*;
672 // into RFC2252 format for storage back into the LDAP directory
H A DLdapReferralContext.java29 import javax.naming.directory.*;
114 Reference ref = new Reference("javax.naming.directory.DirContext",
H A DLdapClient.java34 import javax.naming.directory.*;
H A DLdapCtx.java29 import javax.naming.directory.*;
3027 * parts of the directory and each should be followed. An exception
/openjdk9/jdk/src/java.naming/share/classes/com/sun/jndi/toolkit/ctx/
H A DPartialCompositeDirContext.java31 import javax.naming.directory.*;
/openjdk9/jdk/test/tools/jar/compat/
H A DCLICompatibility.java535 p.directory(workingDir);
/openjdk9/jdk/test/tools/jar/modularJar/
H A DBasic.java1060 static Path[] sourceList(Path directory) throws IOException { argument
1061 return Files.find(directory, Integer.MAX_VALUE,
/openjdk9/make/
H A DInitSupport.gmk211 # Use spec.gmk files in the build output directory
346 $$(info Error: SPEC mismatch! Current working directory)
431 # Restore an old compare-build, or create a new compare-build directory.
525 # move or remove the build output directory. Since we have no proper
/openjdk9/hotspot/src/share/vm/runtime/
H A Darguments.cpp3552 // path is treated as the current directory.
3556 // directory anyway. Adding -XX:+IgnoreEmptyClassPaths will make these applications' start-up
3587 static bool has_jar_files(const char* directory) { argument
3588 DIR* dir = os::opendir(directory);
3592 char *dbuf = NEW_C_HEAP_ARRAY(char, os::readdir_buf_size(directory), mtArguments);
3614 "Non-empty directory: %s\n", path);
3624 "Non-empty directory: %s\n", dirpath);
3634 // check if the default lib/endorsed directory exists; if so, error
3641 // check endorsed directory
/openjdk9/hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/
H A DMain.java57 import jdk.tools.jaotc.collect.directory.DirectorySourceProvider;
159 }, new Option(" --directory <dirs> List of directories where to search for files to compile", true, "--directory") {
794 // Create log file in current directory
/openjdk9/jdk/src/java.naming/share/classes/com/sun/jndi/toolkit/dir/
H A DHierMemDirCtx.java28 import javax.naming.directory.*;
33 * A sample service provider that implements a hierarchical directory in memory.
/openjdk9/jdk/src/jdk.naming.dns/share/classes/com/sun/jndi/dns/
H A DDnsContext.java33 import javax.naming.directory.*;
40 * A DnsContext is a directory context representing a DNS node.
1030 ? "javax.naming.directory.DirContext"
/openjdk9/jdk/test/tools/pack200/
H A DUtils.java338 * finds files in the start directory using the the filter, appends
453 // given a packed file, create the jar file in the current directory.
507 pb.directory(new File("."));
629 // ignore unneeded directory
/openjdk9/common/autoconf/
H A Dgenerated-configure.sh97 # Find who we are. Look in the path if we contain no directory separator.
323 # Create "$as_dir" as a directory, including parents if necessary.
364 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
1380 # Installation directory options.
1779 # Check all directory arguments for consistency.
1792 # Be sure to have absolute directory names.
1797 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1825 as_fn_error $? "working directory cannot be determined"
1827 as_fn_error $? "pwd does not report name of working directory"
1833 # Try the directory containin
[all...]

Completed in 201 milliseconds

1234567