|
Pyrogenesis
13997
|
#include "precompiled.h"#include <sstream>#include "ps/CStr.h"#include "ps/Filesystem.h"#include "scripting/ScriptingHost.h"#include "scripting/JSConversions.h"#include "ps/scripting/JSInterface_VFS.h"#include "lib/file/vfs/vfs_util.h"Go to the source code of this file.
Classes | |
| struct | BuildDirEntListState |
Macros | |
| #define | JS_CHECK_FILE_ERR(err) |
Functions | |
| static Status | BuildDirEntListCB (const VfsPath &pathname, const CFileInfo &fileINfo, uintptr_t cbData) |
| #define JS_CHECK_FILE_ERR | ( | err | ) |
Definition at line 31 of file JSInterface_VFS.cpp.
|
static |
Definition at line 69 of file JSInterface_VFS.cpp.
1.8.5