#include <base/dbg.h>
#include <base/fs.h>
#include <base/logger.h>
#include <base/os.h>
#include <base/str.h>
#include <engine/storage.h>
Go to the source code of this file.
|
| void | ProcessItem (const char *pItemName, IStorage *pStorage) |
| static int | ListdirCallback (const char *pItemName, int IsDir, int StorageType, void *pUser) |
| int | main (int argc, const char **argv) |
◆ ListdirCallback()
| int ListdirCallback |
( |
const char * | pItemName, |
|
|
int | IsDir, |
|
|
int | StorageType, |
|
|
void * | pUser ) |
|
static |
◆ main()
| int main |
( |
int | argc, |
|
|
const char ** | argv ) |
◆ ProcessItem()
| void ProcessItem |
( |
const char * | pItemName, |
|
|
IStorage * | pStorage ) |
|
inline |