|
iPXE
|
An archive extraction test. More...
#include <archive_test.h>
Data Fields | |
| const struct image_type * | type |
| Archive image type. | |
| const char * | archive_name |
| Archive image filename. | |
| const void * | archive |
| Archive image data. | |
| size_t | archive_len |
| Length of archive image data. | |
| const char * | extract_name |
| Explicit name for extraction (or NULL). | |
| const char * | expected_name |
| Expected extracted image name. | |
| const void * | expected |
| Expected extracted image data. | |
| size_t | expected_len |
| Length of expected extracted image data. | |
An archive extraction test.
Definition at line 10 of file archive_test.h.
| const struct image_type* archive_test::type |
Archive image type.
Definition at line 12 of file archive_test.h.
| const char* archive_test::archive_name |
Archive image filename.
Definition at line 14 of file archive_test.h.
| const void* archive_test::archive |
Archive image data.
Definition at line 16 of file archive_test.h.
| size_t archive_test::archive_len |
Length of archive image data.
Definition at line 18 of file archive_test.h.
| const char* archive_test::extract_name |
Explicit name for extraction (or NULL).
Definition at line 20 of file archive_test.h.
| const char* archive_test::expected_name |
Expected extracted image name.
Definition at line 22 of file archive_test.h.
| const void* archive_test::expected |
Expected extracted image data.
Definition at line 24 of file archive_test.h.
| size_t archive_test::expected_len |
Length of expected extracted image data.
Definition at line 26 of file archive_test.h.