()
| 1232 | } |
| 1233 | |
| 1234 | public getName(): string { |
| 1235 | let name = `IsoFS${this._name}${this._pvd ? `-${this._pvd.name()}` : ''}`; |
| 1236 | if (this._root && this._root.hasRockRidge()) { |
| 1237 | name += `-RockRidge`; |
| 1238 | } |
| 1239 | return name; |
| 1240 | } |
| 1241 | |
| 1242 | public diskSpace(path: string, cb: (total: number, free: number) => void): void { |
| 1243 | // Read-only file system. |