Lines Matching refs:provider

53  * file system provider to perform the file operations.
64 private static FileSystemProvider provider(Path path) {
65 return path.getFileSystem().provider();
77 * file system provider specific and therefore not specified.
99 * In the case of the default provider, and a security manager is
106 return provider(path).newInputStream(path, options);
114 * <i>interruptible</i> is highly file system provider specific and
160 * In the case of the default provider, and a security manager is
170 return provider(path).newOutputStream(path, options);
257 * <p> In the case of the default provider, the returned seekable byte channel
298 * In the case of the default provider, and a security manager is
315 return provider(path).newByteChannel(path, options, attrs);
344 * In the case of the default provider, and a security manager is
404 * In the case of the default provider, and a security manager is
411 return provider(dir).newDirectoryStream(dir, AcceptAllFilter.FILTER);
459 * In the case of the default provider, and a security manager is
479 return fs.provider().newDirectoryStream(dir, filter);
535 * In the case of the default provider, and a security manager is
543 return provider(dir).newDirectoryStream(dir, filter);
577 * In the case of the default provider, and a security manager is
621 * In the case of the default provider, and a security manager is
628 provider(dir).createDirectory(dir, attrs);
665 * in the case of the default provider, and a security manager is
700 provider(parent).checkAccess(parent);
793 * In the case of the default provider, and a security manager is
839 * In the case of the default provider, and a security manager is
891 * In the case of the default provider, and a security manager is
933 * In the case of the default provider, and a security manager is
985 * In the case of the default provider, and a security manager
994 provider(link).createSymbolicLink(link, target, attrs);
1030 * In the case of the default provider, and a security manager
1037 provider(link).createLink(link, existing);
1072 * In the case of the default provider, and a security manager is
1077 provider(path).delete(path);
1111 * In the case of the default provider, and a security manager is
1116 return provider(path).deleteIfExists(path);
1192 * provider to the source path)
1211 * In the case of the default provider, and a security manager is
1222 FileSystemProvider provider = provider(source);
1223 if (provider(target) == provider) {
1224 // same provider
1225 provider.copy(source, target, options);
1276 * associated with a different provider to this object. </td>
1312 * provider to the source path)
1334 * In the case of the default provider, and a security manager is
1342 FileSystemProvider provider = provider(source);
1343 if (provider(target) == provider) {
1344 // same provider
1345 provider.move(source, target, options);
1377 * In the case of the default provider, and a security manager
1382 return provider(link).readSymbolicLink(link);
1404 * In the case of the default provider, and a security manager is
1411 return provider(path).getFileStore(path);
1447 * In the case of the default provider, and a security manager is
1454 return provider(path).isSameFile(path, path2);
1459 * definition of hidden is platform or provider dependent. On UNIX for
1476 * In the case of the default provider, and a security manager is
1481 return provider(path).isHidden(path);
1529 * using the service-provider loading facility defined by the {@link ServiceLoader}
1535 * extension directory, the JAR file contains a provider-configuration file
1624 return provider(path).getFileAttributeView(path, type, options);
1673 * In the case of the default provider, a security manager is
1684 return provider(path).readAttributes(path, type, options);
1742 * In the case of the default provider, and a security manager is
1752 provider(path).setAttribute(path, attribute, value, options);
1803 * In the case of the default provider, and a security manager is
1901 * In the case of the default provider, and a security manager is
1911 return provider(path).readAttributes(path, attributes, options);
1942 * In the case of the default provider, a security manager is
1977 * In the case of the default provider, and a security manager is
2014 * In the case of the default provider, and a security manager is
2039 * provider(path).getUserPrincipalLookupService();
2055 * In the case of the default provider, and a security manager is
2088 * In the case of the default provider, and a security manager is
2127 * In the case of the default provider, and a security manager is
2164 * In the case of the default provider, and a security manager is
2198 * In the case of the default provider, and a security manager is
2237 * In the case of the default provider, the security manager's {@link
2266 * In the case of the default provider, and a security manager is
2317 * In the case of the default provider, the {@link
2326 provider(path).checkAccess(path);
2368 * In the case of the default provider, the {@link
2375 provider(path).checkAccess(path);
2396 provider(path).checkAccess(path, modes);
2426 * In the case of the default provider, and a security manager is
2457 * In the case of the default provider, and a security manager is
2492 * In the case of the default provider, and a security manager is
2586 * In the case of the default provider, the {@link
2624 * In the case of the default provider, the {@link
2665 * In the case of the default provider, and a security manager is
2709 * In the case of the default provider, and a security manager is
2763 * highly input stream and file system provider specific and therefore not
2798 * In the case of the default provider, and a security manager is
2868 * is highly output stream and file system provider specific and therefore
2885 * In the case of the default provider, and a security manager is
2952 * In the case of the default provider, and a security manager is
2999 * In the case of the default provider, and a security manager is
3057 * In the case of the default provider, and a security manager is
3115 * In the case of the default provider, and a security manager is