Searched refs:path (Results 326 - 350 of 594) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/share/classes/java/io/
H A DRandomAccessFile.java66 /* The path of the referenced file */
67 private final String path; field in class:RandomAccessFile
175 * also called with the path argument to see if write access to the file is
236 throw new FileNotFoundException("Invalid file path");
240 this.path = name;
278 channel = FileChannelImpl.open(fd, path, true, rw, this);
327 Object traceContext = IoTrace.fileReadBegin(path);
347 Object traceContext = IoTrace.fileReadBegin(path);
497 Object traceContext = IoTrace.fileWriteBegin(path);
517 Object traceContext = IoTrace.fileWriteBegin(path);
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/motif/
H A DMFontConfiguration.java352 String path = getString(table_awtfontpaths[scripts[i]]);
353 if (path != null) {
355 int colon = path.indexOf(':');
357 fontDirs.add(path.substring(start, colon));
359 colon = path.indexOf(':', start);
361 fontDirs.add((start == 0) ? path : path.substring(start));
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DParentLocationPath.java54 public ParentLocationPath(RelativeLocationPath path, Expression step) { argument
55 _path = path;
110 * This method is used to determine if this parent location path is a
171 // Compile path iterator
219 // This is a special case for the //* path with or without predicates
225 final int path = ((Step)_path).getAxis();
227 if ((path == Axis.DESCENDANTORSELF && step == Axis.CHILD) ||
228 (path == Axis.PRECEDING && step == Axis.PARENT)) {
H A DAbsoluteLocationPath.java52 public AbsoluteLocationPath(Expression path) { argument
53 _path = path;
54 if (path != null) {
95 // Compile relative path iterator(s)
H A DFilteredAbsoluteLocationPath.java51 public FilteredAbsoluteLocationPath(Expression path) { argument
52 _path = path;
53 if (path != null) {
103 // Compile relative path iterator(s)
/openjdk7/jdk/src/windows/classes/sun/awt/
H A DWin32FontManager.java115 * not a full path name.
159 String path = theFile.getAbsolutePath();
161 registerDeferredFont(fontFileName, path,
166 registerFontFile(path, nativeNames,
233 String path =
235 File file = new File(path);
/openjdk7/jdk/src/share/classes/sun/net/ftp/
H A DFtpClient.java310 * @param remoteDirectory path of the directory to CD to.
702 * @param path the pathname of the directory to list, or {@code null}
710 public abstract InputStream list(String path) throws FtpProtocolException, IOException; argument
713 * Issues a {@code NLST path} command to server to get the specified directory
721 * @param path a {@code String} containing the pathname of the
727 public abstract InputStream nameList(String path) throws FtpProtocolException, IOException; argument
730 * Issues the {@code SIZE [path]} command to the server to get the size of a
735 * @param path a {@code String} containing the pathname of the
743 public abstract long getSize(String path) throws FtpProtocolException, IOException; argument
746 * Issues the {@code MDTM [path]} comman
758 getLastModified(String path) argument
794 listFiles(String path) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DAuthenticationInfo.java101 return path;
160 //return ("{"+type+":"+authScheme+":"+protocol+":"+host+":"+port+":"+realm+":"+path+"}");
188 /** The shortest path from the URL we authenticated against. */
189 String path; field in class:AuthenticationInfo
199 this.path = null;
212 * Constructor used to limit the authorization to the path within
228 this.path = urlPath;
230 this.path = reducePath (urlPath);
236 * reduce the path to the root of where we think the
270 * In this case we do not use the path becaus
[all...]
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixFileAttributes.java61 static UnixFileAttributes get(UnixPath path, boolean followLinks) argument
66 UnixNativeDispatcher.stat(path, attrs);
68 UnixNativeDispatcher.lstat(path, attrs);
81 static UnixFileAttributes get(int dfd, UnixPath path, boolean followLinks) argument
86 UnixNativeDispatcher.fstatat(dfd, path.asByteArray(), flag, attrs);
/openjdk7/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp90 assert(destfile[0] != '\0', "invalid Perfdata file path");
163 // construct the path name to user specific tmp directory
203 // check if the given path is considered a secure directory for
205 // and is considered a secure location. Returns false if the path
208 static bool is_directory_secure(const char* path) { argument
212 fa = GetFileAttributes(path);
219 // unexpected error, declare the path insecure
222 " lasterror = %d\n", path, lasterror);
230 // so declare the path insecure. This may be too conservative,
235 warning("%s is a reparse point\n", path);
489 char* path = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); local
543 is_filesystem_secure(const char* path) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/dc/
H A DDuctusRenderingEngine.java43 import sun.dc.path.PathConsumer;
44 import sun.dc.path.PathException;
45 import sun.dc.path.FastPathProducer;
172 * Feed a path from a PathIterator to a Ductus PathConsumer.
251 * and Infinity values. Skipping next path segment in case of
269 * and Infinity values. Ignoring current path segment in case
290 * and Infinity values. Ignoring current path segment in case
319 * and Infinity values. Ignoring current path segment in case
503 * and Infinity values. Skipping next path segment in case
523 * NaN and Infinity values. Ignoring current path segmen
772 Path2D.Float path; field in class:DuctusRenderingEngine.FillAdapter
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsPopupMenuUI.java100 MenuElement[] path = msm.getSelectedPath();
101 if (path.length == 0) {
112 Component c = (Component)path[0];
/openjdk7/jdk/src/share/classes/com/sun/jndi/dns/
H A DDnsContextFactory.java192 String path = "";
195 path = "/" + UrlUtil.encode(domain, "ISO-8859-1");
206 buf.append("dns://").append(servers[i]).append(path);
/openjdk7/langtools/test/tools/javac/6402516/
H A DChecker.java137 TreePath path = getCurrentPath();
138 CompilationUnitTree unit = path.getCompilationUnit();
142 Scope s = trees.getScope(path);
/openjdk7/jdk/test/java/util/ResourceBundle/Control/
H A DLoadingStrategiesTest.java133 File path = new File(sb.toString());
134 path.mkdirs();
135 File propsfile = new File(path, "Messages.properties");
/openjdk7/jdk/test/sun/net/www/
H A DParseUtil_4922813.java92 // path component of a URI.
94 // These characters are reserved in the path segment as described in
124 * Constructs an encoded version of the specified path string suitable
127 * A path separator is replaced by a forward slash. The string is UTF8
129 * 0x7F or those defined in RFC2396 as reserved or excluded in the path
132 public static String encodePath(String path) { argument
134 int n = path.length();
136 char c = path.charAt(i);
/openjdk7/jdk/src/share/classes/sun/nio/fs/
H A DAbstractPoller.java78 abstract Object implRegister(Path path, argument
255 Path path = (Path)params[0];
260 req.release(implRegister(path, events, modifiers));
/openjdk7/langtools/test/tools/javap/
H A DT6622260.java57 String path = f.getPath();
58 return new File(path.substring(0, path.length() - 5) + ".class");
/openjdk7/jdk/src/share/classes/com/sun/tools/extcheck/
H A DExtCheck.java188 * in its class path, do not conflict with the target jar file.
191 * @param url is the path to the jar file being checked.
360 String path = url.getFile().replace('/', File.separatorChar);
361 File file = new File(path);
363 throw new FileNotFoundException(path);
365 return new JarFile(path);
374 * Returns the JAR file local class path, or null if none.
401 String path = st.nextToken();
402 urls[i] = new URL(base, path);
/openjdk7/jdk/src/solaris/native/sun/tools/attach/
H A DLinuxVirtualMachine.c151 (JNIEnv *env, jclass cls, jint fd, jstring path)
154 const char* p = GetStringPlatformChars(env, path, &isCopy);
167 JNU_ReleaseStringPlatformChars(env, path, p);
348 (JNIEnv *env, jclass cls, jstring path)
351 const char* p = GetStringPlatformChars(env, path, &isCopy);
358 * Check that the path is owned by the effective uid/gid of this
372 JNU_ReleaseStringPlatformChars(env, path, p);
150 Java_sun_tools_attach_LinuxVirtualMachine_connect(JNIEnv *env, jclass cls, jint fd, jstring path) argument
347 Java_sun_tools_attach_LinuxVirtualMachine_checkPermissions(JNIEnv *env, jclass cls, jstring path) argument
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DSyntheticRepository.java72 * class path. By default, this is the value returned by
96 private SyntheticRepository(ClassPath path) { argument
97 _path = path;
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DHasPositionalPredChecker.java48 * @param path LocPathIterator that is assumed to be absolute, but needs checking.
49 * @return true if the path is confirmed to be absolute, false if it
52 public static boolean check(LocPathIterator path) argument
55 path.callVisitors(null, hppc);
88 * Visit a predicate within a location path. Note that there isn't a
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJMenuItem.java424 * @param path the <code>MenuElement</code> path array
427 public void processMouseEvent(MouseEvent e,MenuElement path[],MenuSelectionManager manager) { argument
434 path, manager));
447 * @param path the <code>MenuElement</code> path array
450 public void processKeyEvent(KeyEvent e,MenuElement path[],MenuSelectionManager manager) { argument
458 path, manager);
667 * path that changed, false if this menu is part of the
668 * a menu path tha
[all...]
/openjdk7/jdk/src/share/classes/com/sun/security/auth/
H A DPolicyFile.java510 * Fast path reading from file urls in order to avoid calling
518 String path = url.getFile().replace('/', File.separatorChar);
519 return new FileInputStream(path);
1205 String path = cs.getLocation().getFile().replace
1209 if (path.endsWith("*")) {
1212 path = path.substring(0, path.length()-1);
1214 if (path.endsWith(File.separator))
1216 if (path
[all...]
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCImage.m158 NSString *path = JNFNormalizedNSStringForPath(env, file);
159 image = [[NSImage alloc] initByReferencingFile:path];
179 NSString *path = JNFNormalizedNSStringForPath(env, file);
181 image = [[NSWorkspace sharedWorkspace] iconForFile:path];

Completed in 79 milliseconds

<<11121314151617181920>>