Пример #1
0
 public Fuse(Vfs vfs)
 {
     _directoryCache      = new ConcurrentDictionary <long, List <DirectoryEntry> >();
     _lastHandle          = 0;
     _fileStatHandleCache = new ConcurrentDictionary <long, Stat>();
     Name = "romrepombgrfs";
     _vfs = vfs;
 }
Пример #2
0
 public Winfsp(Vfs vfs) => _vfs = vfs;