Lines Matching defs:files
60 * sequences, accessible as streams or files. Each value must be between {@code
65 * files from its directory. It is an error for multiple processes to use the
71 * not strict: the cache may temporarily exceed it while waiting for files to be
94 * <p>This class is tolerant of some I/O errors. If files are missing from the
141 * temporary files may need to be deleted.
253 // TODO: this should specify paths as Strings rather than as Files
255 File[] files = dir.listFiles();
256 if (files == null) {
259 for (File file : files) {
535 // flush the journal before creating files to prevent file leaks
708 * all files in the cache directory including files that weren't created by
899 /** Lengths of this entry's files. */