Check whether a file can be accessed.
@override int xAccess(String path, int flags) { return fileData.containsKey(path) ? 1 : 0; }