discoverpixy
Data Structures | Functions
ll_filesystem.cpp File Reference
#include "ll_filesystem.h"
#include <QFile>
#include <QDir>
#include <QDebug>
#include <QFileInfoList>
#include <QDateTime>
Include dependency graph for ll_filesystem.cpp:

Data Structures

struct  QT_FILE_HANDLE
 

Functions

QDir rootdir ("./emulated")
 
bool ll_filesystem_init ()
 
DIRECTORY_STRUCTll_filesystem_dir_open (const char *path)
 
void ll_filesystem_dir_close (DIRECTORY_STRUCT *dir)
 
FILE_HANDLEll_filesystem_file_open (const char *filename)
 
void ll_filesystem_file_close (FILE_HANDLE *handle)
 
FILE_STATUS ll_filesystem_file_seek (FILE_HANDLE *handle, uint32_t offset)
 
FILE_STATUS ll_filesystem_file_read (FILE_HANDLE *handle, uint8_t *buf, uint32_t size)
 
FILE_STATUS ll_filesystem_file_write (FILE_HANDLE *handle, uint8_t *buf, uint32_t size)
 

Function Documentation

void ll_filesystem_dir_close ( DIRECTORY_STRUCT dir)
DIRECTORY_STRUCT* ll_filesystem_dir_open ( const char *  path)

Here is the call graph for this function:

Here is the caller graph for this function:

void ll_filesystem_file_close ( FILE_HANDLE handle)

Here is the caller graph for this function:

FILE_HANDLE* ll_filesystem_file_open ( const char *  filename)

Here is the call graph for this function:

Here is the caller graph for this function:

FILE_STATUS ll_filesystem_file_read ( FILE_HANDLE handle,
uint8_t *  buf,
uint32_t  size 
)

Here is the caller graph for this function:

FILE_STATUS ll_filesystem_file_seek ( FILE_HANDLE handle,
uint32_t  offset 
)

Here is the caller graph for this function:

FILE_STATUS ll_filesystem_file_write ( FILE_HANDLE handle,
uint8_t *  buf,
uint32_t  size 
)

Here is the caller graph for this function:

bool ll_filesystem_init ( )

Here is the call graph for this function:

Here is the caller graph for this function:

QDir rootdir ( "./emulated"  )

Here is the caller graph for this function: