Home | History | Annotate | Download | only in server

Lines Matching refs:hasFile

600          * {@link #hasFile()} would return false on, and also remove the file.
675 public boolean hasFile() {
692 return hasFile() ? Uri.encode(tag) + "@" + timestampMillis + getExtension() : null;
701 return hasFile() ? new File(dir, getFilename()) : null;
708 if (hasFile()) {
747 if (entry.hasFile()) {
764 if (entry.hasFile() && entry.blocks > 0) {