Lines Matching refs:existing

125      * exist, or initially truncating an existing {@link #isRegularFile
132 * // truncate and overwrite an existing file, or create the file if
136 * // append to an existing file, fail if the file does not exist
139 * // append to an existing file, create file if it doesn't initially exist
202 * <td> If this option is present then the existing file is truncated to
216 * <td> If this option is present then an existing file is opened if it
267 * // open file for writing to the end of an existing file, creating
708 // unable to find existing parent
999 * Creates a new link (directory entry) for an existing file <i>(optional
1003 * The {@code existing} parameter is the path to an existing file. This
1016 * @param existing
1017 * a path to an existing file
1022 * if the implementation does not support adding an existing file
1034 * existing file.
1036 public static Path createLink(Path link, Path existing) throws IOException {
1037 provider(link).createLink(link, existing);
1270 * implementation specific if the existing file is replaced or this method
1300 * the same file name, and replacing any existing file of that name in the
2688 * initially truncating an existing {@link #isRegularFile regular-file} to
2803 * method is invoked to check that an existing file can be deleted.
2825 // attempt to delete an existing file
3027 * initially truncating an existing {@link #isRegularFile regular-file} to
3035 * overwrites an existing file. Suppose you instead want to append bytes
3036 * to an existing file:
3092 * initially truncating an existing {@link #isRegularFile regular-file} to