Go to the source code of this file.
|
| enum | fsMode_t { FS_READ = 0,
FS_WRITE = 1,
FS_APPEND = 2
} |
| |
| enum | fsPureReply_t { PURE_OK,
PURE_RESTART,
PURE_MISSING,
PURE_NODLL
} |
| |
| enum | dlType_t { DLTYPE_URL,
DLTYPE_FILE
} |
| |
| enum | dlStatus_t {
DL_WAIT,
DL_INPROGRESS,
DL_DONE,
DL_ABORTING,
DL_FAILED
} |
| |
| enum | dlMime_t { FILE_EXEC,
FILE_OPEN
} |
| |
| enum | findFile_t { FIND_NO,
FIND_YES,
FIND_ADDON
} |
| |
| Enumerator |
|---|
| FILE_EXEC |
|
| FILE_OPEN |
|
Definition at line 86 of file FileSystem.h.
| Enumerator |
|---|
| DL_WAIT |
|
| DL_INPROGRESS |
|
| DL_DONE |
|
| DL_ABORTING |
|
| DL_FAILED |
|
Definition at line 78 of file FileSystem.h.
| Enumerator |
|---|
| DLTYPE_URL |
|
| DLTYPE_FILE |
|
Definition at line 73 of file FileSystem.h.
| Enumerator |
|---|
| FIND_NO |
|
| FIND_YES |
|
| FIND_ADDON |
|
Definition at line 91 of file FileSystem.h.
| Enumerator |
|---|
| FS_READ |
|
| FS_WRITE |
|
| FS_APPEND |
|
Definition at line 60 of file FileSystem.h.
| Enumerator |
|---|
| PURE_OK |
|
| PURE_RESTART |
|
| PURE_MISSING |
|
| PURE_NODLL |
|
Definition at line 66 of file FileSystem.h.