#include "libmythbase/mythlogging.h"
#include "io/mythiowrapper.h"
#include "Bluray/mythbdiowrapper.h"
#include <cstdio>
#include <fcntl.h>
#include <strings.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <libbluray/filesystem.h>
Go to the source code of this file.
|
| #define | LOC QString("BDIOWrapper: ") |
| |
◆ LOC
| #define LOC QString("BDIOWrapper: ") |
◆ MythBDDirClose()
| static void MythBDDirClose |
( |
BD_DIR_H * |
Dir | ) |
|
|
static |
◆ MythBDDirOpen()
| static BD_DIR_H * MythBDDirOpen |
( |
const char * |
DirName | ) |
|
|
static |
◆ MythBDDirRead()
| static int MythBDDirRead |
( |
BD_DIR_H * |
Dir, |
|
|
BD_DIRENT * |
Entry |
|
) |
| |
|
static |
◆ MythBDFileClose()
| static void MythBDFileClose |
( |
BD_FILE_H * |
File | ) |
|
|
static |
◆ MythBDFileOpen()
| static BD_FILE_H * MythBDFileOpen |
( |
const char * |
FileName, |
|
|
const char * |
CMode |
|
) |
| |
|
static |
◆ MythBDFileRead()
| static int64_t MythBDFileRead |
( |
BD_FILE_H * |
File, |
|
|
uint8_t * |
Buffer, |
|
|
int64_t |
Size |
|
) |
| |
|
static |
◆ MythBDFileSeek()
| static int64_t MythBDFileSeek |
( |
BD_FILE_H * |
File, |
|
|
int64_t |
Offset, |
|
|
int32_t |
Origin |
|
) |
| |
|
static |
◆ MythBDFileTell()
| static int64_t MythBDFileTell |
( |
BD_FILE_H * |
File | ) |
|
|
static |
◆ MythBDFileWrite()
| static int64_t MythBDFileWrite |
( |
BD_FILE_H * |
File, |
|
|
const uint8_t * |
Buffer, |
|
|
int64_t |
Size |
|
) |
| |
|
static |
◆ MythBDIORedirect()
| void MythBDIORedirect |
( |
void |
| ) |
|
◆ sDefaultDirOpen
| BD_DIR_OPEN sDefaultDirOpen = nullptr |
|
static |
◆ sDefaultFileOpen
| BD_FILE_OPEN sDefaultFileOpen = nullptr |
|
static |