Exemple #1
0
 internal RenameThread(TestDeleteRace _enclosing, FileSystem fs, Path from, Path to
                       )
 {
     this._enclosing = _enclosing;
     this.fs         = fs;
     this.from       = from;
     this.to         = to;
 }
Exemple #2
0
 internal DeleteThread(TestDeleteRace _enclosing, FileSystem fs, Path path)
 {
     this._enclosing = _enclosing;
     this.fs         = fs;
     this.path       = path;
 }