MythTV  0.27pre
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Groups Pages
Functions
mythcoreutil.cpp File Reference

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)

Function Documentation

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 
)
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 
)
QString RemoteDownloadFileNow ( const QString &  url,
const QString &  storageGroup,
const QString &  filename 
)

Definition at line 127 of file mythcoreutil.cpp.