Home | History | Annotate | Download | only in io

Lines Matching defs:exists

600      *          if a security manager exists and its <code>{@link
628 * if a security manager exists and its <code>{@link
747 * abstract pathname exists <em>and</em> can be read by the
751 * 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() {
829 * abstract pathname exists <em>and</em> is a directory;
833 * If a security manager exists and its <code>{@link
862 * abstract pathname exists <em>and</em> is a normal file;
866 * If a security manager exists and its <code>{@link
893 * If a security manager exists and its <code>{@link
927 * If a security manager exists and its <code>{@link
958 * If a security manager exists and its <code>{@link
990 * already exists
996 * If a security manager exists and its <code>{@link
1025 * If a security manager exists and its <code>{@link
1072 * If a security manager exists and its <code>{@link
1119 * If a security manager exists and its {@link
1157 * If a security manager exists and its {@link
1209 * If a security manager exists and its {@link
1249 * If a security manager exists and its {@link
1287 * If a security manager exists and its {@link
1313 * If a security manager exists and its <code>{@link
1339 * If a security manager exists and its <code>{@link
1349 if (exists()) {
1363 return (parent != null && (parent.mkdirs() || parent.exists()) &&
1393 * If a security manager exists and its <code>{@link
1435 * If a security manager exists and its <code>{@link
1466 * If a security manager exists and its <code>{@link
1509 * If a security manager exists and its <code>{@link
1547 * If a security manager exists and its <code>{@link
1586 * If a security manager exists and its <code>{@link
1627 * If a security manager exists and its <code>{@link
1666 * If a security manager exists and its <code>{@link
1707 * If a security manager exists and its <code>{@link
1723 * @return <code>true</code> if and only if the abstract pathname exists
1727 * If a security manager exists and its <code>{@link
1980 * If a security manager exists and its <code>{@link
2054 * If a security manager exists and its <code>{@link