#include "global.h"
#include "RageFileDriverDirect.h"
#include "RageFileDriverDirectHelpers.h"
#include "RageUtil.h"
#include "RageUtil_FileDB.h"
#include "RageLog.h"
#include <fcntl.h>
#include <cerrno>
#include <sys/types.h>
#include <sys/stat.h>
#include <dirent.h>
Classes | |
struct | FileDriverEntry_DIR |
class | RageFileObjDirect |
Functions | |
CString | MakeTempFilename (const CString &sPath) |
RageFileObj * | MakeFileObjDirect (CString sPath, int mode, int &err) |
int | retried_write (int fd, const void *buf, size_t count) |
Variables | |
FileDriverEntry_DIR | g_RegisterDriver |
const unsigned int | BUFSIZE = 1024*64 |
|
|
|
|
|
|
|
|
|
|