Go to the source code of this file.
Functions | |
| int64_t | getDiskSpace (const QString &file_on_disk, int64_t &total, int64_t &used) |
| bool | extractZIP (const QString &zipFile, const QString &outDir) |
| static QString | downloadRemoteFile (const QString &cmd, const QString &url, const QString &storageGroup, const QString &filename) |
| QString | RemoteDownloadFile (const QString &url, const QString &storageGroup, const QString &filename) |
| QString | RemoteDownloadFileNow (const QString &url, const QString &storageGroup, const QString &filename) |
Definition at line 39 of file mythcoreutil.cpp.
Referenced by MainServer::BackendQueryDiskSpace(), NativeArchive::copyFile(), SelectDestination::filenameEditLostFocus(), StorageGroup::FindNextDirMostFree(), getMemStats(), FileSystemInfo::PopulateDiskSpace(), and SelectDestination::setDestination().
| bool extractZIP | ( | const QString & | zipFile, | |
| const QString & | outDir | |||
| ) |
Definition at line 71 of file mythcoreutil.cpp.
Referenced by ThemeChooser::Load(), HttpConfig::ProcessRequest(), ThemeExtractThread::run(), and HouseKeeper::UpdateThemeChooserInfoCache().
| static QString downloadRemoteFile | ( | const QString & | cmd, | |
| const QString & | url, | |||
| const QString & | storageGroup, | |||
| const QString & | filename | |||
| ) | [static] |
Definition at line 99 of file mythcoreutil.cpp.
Referenced by RemoteDownloadFile(), and RemoteDownloadFileNow().
| QString RemoteDownloadFile | ( | const QString & | url, | |
| const QString & | storageGroup, | |||
| const QString & | filename | |||
| ) |
Definition at line 120 of file mythcoreutil.cpp.
Referenced by VideoSetupWizard::DownloadSample(), NetTree::DownloadVideo(), NetSearch::DownloadVideo(), and ThemeChooser::saveAndReload().
| QString RemoteDownloadFileNow | ( | const QString & | url, | |
| const QString & | storageGroup, | |||
| const QString & | filename | |||
| ) |
Definition at line 127 of file mythcoreutil.cpp.
1.6.3