|
MythTV
0.27pre
|
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) |
| int64_t getDiskSpace | ( | const QString & | file_on_disk, |
| int64_t & | total, | ||
| int64_t & | used | ||
| ) |
Definition at line 39 of file mythcoreutil.cpp.
Referenced by MainServer::BackendQueryDiskSpace(), 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 |
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(), NetSearch::DownloadVideo(), NetTree::DownloadVideo(), and ThemeChooser::saveAndReload().
| QString RemoteDownloadFileNow | ( | const QString & | url, |
| const QString & | storageGroup, | ||
| const QString & | filename | ||
| ) |
Definition at line 127 of file mythcoreutil.cpp.
1.8.1.2