#include <chipcard2-client/fs/fs.h>
#include <gwenhywfar/buffer.h>
#include "fs.h"


Go to the source code of this file.
Typedefs | |
| typedef struct LC_FS_PATH_CTX | LC_FS_PATH_CTX |
Functions | |
| LC_FS_PATH_CTX * | LC_FSPathCtx_new (const char *path, LC_FS_NODE *node) |
| void | LC_FSPathCtx_free (LC_FS_PATH_CTX *ctx) |
| LC_FS_PATH_CTX * | LC_FSPathCtx_dup (const LC_FS_PATH_CTX *octx) |
| GWEN_BUFFER * | LC_FSPathCtx_GetPathBuffer (const LC_FS_PATH_CTX *ctx) |
| void | LC_FSPathCtx_SetPath (LC_FS_PATH_CTX *ctx, const char *path) |
| LC_FS_NODE * | LC_FSPathCtx_GetNode (const LC_FS_PATH_CTX *ctx) |
| void | LC_FSPathCtx_SetNode (LC_FS_PATH_CTX *ctx, LC_FS_NODE *node) |
| LC_FS_STAT * | LC_FSStat_new () |
| typedef struct LC_FS_PATH_CTX LC_FS_PATH_CTX |
| LC_FS_PATH_CTX* LC_FSPathCtx_dup | ( | const LC_FS_PATH_CTX * | octx | ) |
| void LC_FSPathCtx_free | ( | LC_FS_PATH_CTX * | ctx | ) |
| LC_FS_NODE* LC_FSPathCtx_GetNode | ( | const LC_FS_PATH_CTX * | ctx | ) |
| GWEN_BUFFER* LC_FSPathCtx_GetPathBuffer | ( | const LC_FS_PATH_CTX * | ctx | ) |
| LC_FS_PATH_CTX* LC_FSPathCtx_new | ( | const char * | path, | |
| LC_FS_NODE * | node | |||
| ) |
| void LC_FSPathCtx_SetNode | ( | LC_FS_PATH_CTX * | ctx, | |
| LC_FS_NODE * | node | |||
| ) |
| void LC_FSPathCtx_SetPath | ( | LC_FS_PATH_CTX * | ctx, | |
| const char * | path | |||
| ) |
| LC_FS_STAT* LC_FSStat_new | ( | ) |
1.5.3