Lines Matching defs:exists

607      *          if a security manager exists and its <code>{@link
635 * if a security manager exists and its <code>{@link
749 * abstract pathname exists <em>and</em> can be read by the
753 * If a security manager exists and its <code>{@link
778 * If a security manager exists and its <code>{@link
795 * exists.
798 * by this abstract pathname exists; <code>false</code> otherwise
801 * If a security manager exists and its <code>{@link
805 public boolean exists() {
827 * abstract pathname exists <em>and</em> is a directory;
831 * If a security manager exists and its <code>{@link
860 * abstract pathname exists <em>and</em> is a normal file;
864 * If a security manager exists and its <code>{@link
891 * If a security manager exists and its <code>{@link
925 * If a security manager exists and its <code>{@link
956 * If a security manager exists and its <code>{@link
988 * already exists
994 * If a security manager exists and its <code>{@link
1023 * If a security manager exists and its <code>{@link
1057 * If a security manager exists and its <code>{@link
1104 * If a security manager exists and its {@link
1142 * If a security manager exists and its {@link
1194 * If a security manager exists and its {@link
1234 * If a security manager exists and its {@link
1272 * If a security manager exists and its {@link
1298 * If a security manager exists and its <code>{@link
1324 * If a security manager exists and its <code>{@link
1334 if (exists()) {
1348 return (parent != null && (parent.mkdirs() || parent.exists()) &&
1359 * already exists. The return value should always be checked to make sure
1372 * If a security manager exists and its <code>{@link
1414 * If a security manager exists and its <code>{@link
1443 * If a security manager exists and its <code>{@link
1484 * If a security manager exists and its <code>{@link
1520 * If a security manager exists and its <code>{@link
1557 * If a security manager exists and its <code>{@link
1596 * If a security manager exists and its <code>{@link
1633 * If a security manager exists and its <code>{@link
1672 * If a security manager exists and its <code>{@link
1686 * @return <code>true</code> if and only if the abstract pathname exists
1690 * If a security manager exists and its <code>{@link
1739 * security exceptions. If a security manager exists and its {@link
1959 * If a security manager exists and its <code>{@link
1980 } while (f.exists());
2022 * If a security manager exists and its <code>{@link