#include <EmuFileWrapper.h>
§ CEmuFileWrapper()
| CEmuFileWrapper::CEmuFileWrapper |
( |
| ) |
|
§ ~CEmuFileWrapper()
| CEmuFileWrapper::~CEmuFileWrapper |
( |
| ) |
|
§ CleanUp()
| void CEmuFileWrapper::CleanUp |
( |
| ) |
|
Only to be called when shutting down xbmc
§ DescriptorIsEmulatedFile()
| static constexpr bool CEmuFileWrapper::DescriptorIsEmulatedFile |
( |
int |
fd | ) |
|
|
inlinestatic |
§ GetDescriptorByStream()
| int CEmuFileWrapper::GetDescriptorByStream |
( |
FILE * |
stream | ) |
|
|
static |
§ GetFileObjectByDescriptor()
| EmuFileObject * CEmuFileWrapper::GetFileObjectByDescriptor |
( |
int |
fd | ) |
|
§ GetFileObjectByStream()
| EmuFileObject * CEmuFileWrapper::GetFileObjectByStream |
( |
FILE * |
stream | ) |
|
§ GetFileXbmcByDescriptor()
| XFILE::CFile * CEmuFileWrapper::GetFileXbmcByDescriptor |
( |
int |
fd | ) |
|
§ GetFileXbmcByStream()
| XFILE::CFile * CEmuFileWrapper::GetFileXbmcByStream |
( |
FILE * |
stream | ) |
|
§ GetStreamByDescriptor()
| FILE * CEmuFileWrapper::GetStreamByDescriptor |
( |
int |
fd | ) |
|
§ LockFileObjectByDescriptor()
| void CEmuFileWrapper::LockFileObjectByDescriptor |
( |
int |
fd | ) |
|
§ RegisterFileObject()
§ StreamIsEmulatedFile()
| bool CEmuFileWrapper::StreamIsEmulatedFile |
( |
FILE * |
stream | ) |
|
|
static |
§ TryLockFileObjectByDescriptor()
| bool CEmuFileWrapper::TryLockFileObjectByDescriptor |
( |
int |
fd | ) |
|
§ UnlockFileObjectByDescriptor()
| void CEmuFileWrapper::UnlockFileObjectByDescriptor |
( |
int |
fd | ) |
|
§ UnRegisterFileObjectByDescriptor()
| void CEmuFileWrapper::UnRegisterFileObjectByDescriptor |
( |
int |
fd | ) |
|
§ UnRegisterFileObjectByStream()
| void CEmuFileWrapper::UnRegisterFileObjectByStream |
( |
FILE * |
stream | ) |
|
The documentation for this class was generated from the following files: