|
void | CleanUp () |
| Only to be called when shutting down xbmc.
|
|
EmuFileObject * | RegisterFileObject (XFILE::CFile *pFile) |
|
void | UnRegisterFileObjectByDescriptor (int fd) |
|
void | UnRegisterFileObjectByStream (FILE *stream) |
|
void | LockFileObjectByDescriptor (int fd) |
|
bool | TryLockFileObjectByDescriptor (int fd) |
|
void | UnlockFileObjectByDescriptor (int fd) |
|
EmuFileObject * | GetFileObjectByDescriptor (int fd) |
|
EmuFileObject * | GetFileObjectByStream (FILE *stream) |
|
XFILE::CFile * | GetFileXbmcByDescriptor (int fd) |
|
XFILE::CFile * | GetFileXbmcByStream (FILE *stream) |
|
FILE * | GetStreamByDescriptor (int fd) |
|
|
static int | GetDescriptorByStream (FILE *stream) |
|
static constexpr bool | DescriptorIsEmulatedFile (int fd) |
|
static bool | StreamIsEmulatedFile (FILE *stream) |
|
The documentation for this class was generated from the following files:
- xbmc/cores/DllLoader/exports/util/EmuFileWrapper.h
- xbmc/cores/DllLoader/exports/util/EmuFileWrapper.cpp