Searched refs:path (Results 151 - 175 of 594) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/solaris/npt/
H A Dnpt_md.h39 #define NPT_INITIALIZE(path,pnpt,version,options) \
46 _handle = dlopen(path, RTLD_LAZY); \
/openjdk7/jdk/src/windows/classes/java/io/
H A DWinNTFileSystem.java39 protected native String canonicalize0(String path) argument
65 public native boolean createFileExclusively(String path) argument
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsNativeDispatcher.java50 static long CreateFile(String path, argument
58 NativeBuffer buffer = asNativeBuffer(path);
70 static long CreateFile(String path, argument
77 return CreateFile(path, dwDesiredAccess, dwShareMode, 0L,
100 static void DeleteFile(String path) throws WindowsException { argument
101 NativeBuffer buffer = asNativeBuffer(path);
117 static void CreateDirectory(String path, long lpSecurityAttributes) throws WindowsException { argument
118 NativeBuffer buffer = asNativeBuffer(path);
133 static void RemoveDirectory(String path) throws WindowsException { argument
134 NativeBuffer buffer = asNativeBuffer(path);
170 FindFirstFile(String path) argument
199 FindFirstFile(String path, long address) argument
229 FindFirstStream(String path) argument
330 GetFileAttributes(String path) argument
346 SetFileAttributes(String path, int dwFileAttributes) argument
366 GetFileAttributesEx(String path, long address) argument
465 GetDiskFreeSpaceEx(String path) argument
501 GetVolumePathName(String path) argument
541 GetFileSecurity(String path, int requestedInformation, long pSecurityDescriptor, int nLength) argument
566 SetFileSecurity(String path, int securityInformation, long pSecurityDescriptor) argument
930 GetFullPathName(String path) argument
[all...]
/openjdk7/jdk/src/windows/npt/
H A Dnpt_md.h38 #define NPT_INITIALIZE(path,pnpt,version,options) \
45 _handle = LoadLibrary(path); \
/openjdk7/jdk/test/java/nio/file/Path/
H A DMacPathTest.java26 * @summary Tests file path with nfc/nfd forms on MacOSX
140 for (Path path: stream) {
141 fname = path.toString();
143 found_dir |= match(dpath, path);
144 found_file_nfc |= match(fpath_nfc, path);
145 found_file_nfd |= match(fpath_nfd, path);
156 for (Path path: stream) {
157 fname = path.toString();
159 globmatched |= match(fpath_nfc, path);
163 //throw new RuntimeException("path matche
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DPackageTreeWriter.java65 String path, String filename,
69 super(configuration, path, filename,
94 String path = DirectoryManager.getDirectoryPath(pkg);
97 packgen = new PackageTreeWriter(configuration, path, filename, pkg,
173 String path = DirectoryManager.getRelativePath(packagedoc.name(),
175 return getNavLinkPrevious(path + "package-tree.html");
188 String path = DirectoryManager.getRelativePath(packagedoc.name(),
190 return getNavLinkNext(path + "package-tree.html");
64 PackageTreeWriter(ConfigurationImpl configuration, String path, String filename, PackageDoc packagedoc, PackageDoc prev, PackageDoc next) argument
/openjdk7/langtools/test/tools/javac/api/6440333/
H A DT6440333.java42 File path = test_src.getCanonicalFile();
43 File src = new File(new File(path, "."), "T6440333.java");
/openjdk7/langtools/test/tools/javadoc/
H A DT6968833.java47 File writeFile(File dir, String path, String s) throws IOException { argument
48 File f = new File(dir, path);
/openjdk7/jdk/src/share/classes/javax/swing/filechooser/
H A DFileSystemView.java448 * Returns a File object constructed from the given path string.
450 public File createFileObject(String path) { argument
451 File f = new File(path);
649 // Could be looking at the path for Solaris, but wouldn't be reliable.
687 String path = parent.getAbsolutePath();
688 if (path.length() >= 2
689 && path.charAt(1) == ':'
690 && Character.isLetter(path.charAt(0))) {
692 return createFileObject(path.substring(0, 2) + fileName);
754 String path
766 createFileObject(String path) argument
[all...]
/openjdk7/hotspot/agent/make/
H A Djdbcore.sh44 -J-Dsun.boot.library.path=$JAVA_HOME/jre/lib/$CPU:$SA_LIBPATH \
H A Djdbcore64.sh44 -J-Dsun.boot.library.path=$JAVA_HOME/jre/lib/$CPU:$SA_LIBPATH \
H A Djdbproc.sh43 -J-Dsun.boot.library.path=$JAVA_HOME/jre/lib/$CPU:$SA_LIBPATH \
H A Djdbproc64.sh42 -J-Dsun.boot.library.path=$JAVA_HOME/jre/lib/$CPU:$SA_LIBPATH \
/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DTreeModel.java115 * by <code>path</code> to <code>newValue</code>.
119 * @param path path to the node that the user has altered
122 public void valueForPathChanged(TreePath path, Object newValue); argument
/openjdk7/jdk/src/share/classes/java/io/
H A DFileSystem.java50 * Return the local filesystem's path-separator character.
58 public abstract String normalize(String path); argument
64 public abstract int prefixLength(String path); argument
81 * Post-process the given URI path string if necessary. This is used on
82 * win32, e.g., to transform "/c:/foo" into "c:/foo". The path string
86 public abstract String fromURIPath(String path); argument
102 public abstract String canonicalize(String path) throws IOException; argument
/openjdk7/jdk/src/share/classes/java/nio/file/spi/
H A DFileTypeDetector.java86 * @param path
87 * the path to the file to probe
104 public abstract String probeContentType(Path path) argument
/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/url/
H A DUri.java79 * path = [ abs_path | opaque_part ]
102 * if were a <tt>path</tt> without a leading slash.
113 protected String path; field in class:Uri
167 * Returns the URI's path. The path is never null. Note that a
169 * no authority part) is part of the path. For example, the path
173 return path;
234 i = slash; // skip to path
238 path
[all...]
/openjdk7/jdk/test/java/net/Authenticator/
H A DB4769350.java53 String authority, path; field in class:B4769350.Client
56 Client (String authority, String path, boolean allowerror) { argument
57 super("Thread-" + path);
59 this.path = path;
65 URI u = new URI ("http", authority, path, null, null);
108 String path = uri.getPath();
109 if (path.endsWith ("/t1a")) {
111 } else if (path.endsWith ("/t1b")) {
113 } else if (path
[all...]
/openjdk7/jdk/test/sun/management/jmxremote/bootstrap/
H A DRmiSslNoKeyStoreTest.java129 * Compute the full path name for a default file.
144 * Compute the full path name for a default file.
255 final String path = (file==null)?null:file.getAbsolutePath();
256 final String config = (path==null)?"Default config file":path;
261 port + "): "+ path);
266 if (path != null)
267 System.setProperty("com.sun.management.config.file", path);
273 if (path != null && log.isDebugOn())
275 "com.sun.management.config.file="+path);
[all...]
/openjdk7/jdk/test/sun/net/www/ftptest/
H A DFtpFileSystemHandler.java33 * @param path the path of the directory to change to, in either relative
37 public boolean cd(String path); argument
45 * working directory full path.
91 * @param name the path of the directory to create, which can be
/openjdk7/jdk/src/solaris/classes/sun/management/
H A DFileSystemImpl.java46 static native boolean isAccessUserOnly0(String path) throws IOException; argument
/openjdk7/jdk/src/share/classes/com/sun/jndi/dns/
H A DDnsUrl.java89 domain = path.startsWith("/")
90 ? path.substring(1)
91 : path;
/openjdk7/jdk/src/share/classes/com/sun/net/httpserver/
H A DHttpServer.java45 * with a root URI path which represents the
58 * whose path is the longest matching prefix of the request URI's path.
63 * <tr><td><i>Context</i></td><td><i>Context path</i></td></tr>
192 * URI path to a exchange handler on this HttpServer. Once created, all requests
193 * received by the server for the path will be handled by calling
194 * the given handler object. The context is identified by the path, and
197 * The path specifies the root URI path for this context. The first character of path mus
207 createContext(String path, HttpHandler handler) argument
227 createContext(String path) argument
238 removeContext(String path) argument
[all...]
/openjdk7/jdk/src/macosx/bin/
H A Djexec.c92 /* path to java after popping */
100 int getJavaPath(const char * path, char * buf, int depth);
115 * name, and the original arg[1], which is presumed to be a path to a JAR file.
125 char java[PATH_MAX + 1]; /* path to java binary */
136 /* Get the path to the java binary, which is in a known position relative
149 /* the next argument is the path to the JAR file */
195 * Get the path to the java binary that should be relative to the current path.
198 * path - the input path tha
208 getJavaPath(const char * path, char * buf, int depth) argument
[all...]
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DGnomeFileTypeDetector.java66 UnixPath path = (UnixPath)obj;
67 NativeBuffer buffer = NativeBuffers.asNativeBuffer(path.getByteArrayForSysCalls());
71 path.checkRead();

Completed in 81 milliseconds

1234567891011>>