#include "global.h"
#include "MemoryCardDriverThreaded_Linux.h"
#include "RageLog.h"
#include "RageUtil.h"
#include "RageFileManager.h"
#include "Profile.h"
#include "PrefsManager.h"
#include "Foreach.h"
#include <cstdio>
#include <cstring>
#include <cerrno>
#include <unistd.h>
#include <fcntl.h>
#include <fstream>
#include <dirent.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/poll.h>
Classes | |
struct | WhiteListEntry |
Functions | |
void | GetNewStorageDevices (vector< UsbStorageDevice > &vDevicesOut) |
template<class T> bool | VectorsAreEqual (const T &a, const T &b) |
bool | TestWrite (CCStringRef sDir) |
bool | ExecuteCommand (CCStringRef sCommand) |
bool | ReadFile (const CString &sPath, CString &sBuf) |
void | GetFileList (const CString &sPath, vector< CString > &out) |
bool | BlockDevicesChanged () |
bool | IsDeviceAllowed (int idVendor, int idProduct, CString sVendor, CString sProduct) |
Variables | |
const CString | TEMP_MOUNT_POINT = "@mctemp/" |
const WhiteListEntry | g_AllowedEntries [] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value:
|
|
|