コード例 #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
ファイル: Winfsp.cs プロジェクト: claunia/romrepomgr
 public Winfsp(Vfs vfs) => _vfs = vfs;