| 45 | BString getName() { return this->name; } |
| 46 | BString getDir() { return this->dirPath; } |
| 47 | std::weak_ptr<FileSystemZip> getFileSystem() {return this->fileSystem;} |
| 48 | void setFileSystem(std::shared_ptr<FileSystemZip> fileSystem) { this->fileSystem = fileSystem; this->fileSystemZipName = fileSystem->name; } |
| 49 | BString getFileSystemName(); |
| 50 | BString getSize() {return this->cachedSize;} |
no outgoing calls
no test coverage detected