|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Out-parameter struct returned by priv_epub_xml_parse_container(). More...
#include <epub_xml_shim_internal.h>
Data Fields | |
| char | opf_path [k_epub_max_path_len] |
| Rootfile path, NUL-terminated. | |
Out-parameter struct returned by priv_epub_xml_parse_container().
Carries the rootfile path lifted out of META-INF/container.xml. The OPF path is always non-empty on success; the caller feeds it to the second pass, priv_epub_xml_parse_opf().
Definition at line 60 of file epub_xml_shim_internal.h.
| char epub_container_result_t::opf_path[k_epub_max_path_len] |
Rootfile path, NUL-terminated.
Definition at line 61 of file epub_xml_shim_internal.h.
Referenced by internal_parse_archive(), and priv_epub_xml_parse_container().