| 382 | } |
| 383 | |
| 384 | void BoxedContainer::updateCachedSize() { |
| 385 | this->cachedSize = getReadableSize(Fs::getNativeDirectorySize(this->getDir(), true)); |
| 386 | } |
| 387 | |
| 388 | bool BoxedContainer::doesFileExist(const BString& localFilePath) { |
| 389 | BString nativePath = this->dirPath.stringByApppendingPath("root").stringByApppendingPath(Fs::nativeFromLocal(localFilePath)); |
no test coverage detected