|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Result of a portable metadata query. More...
#include <fw_if_fs_types.h>
Data Fields | |
| uint64_t | size_bytes |
| File length; zero for a directory. | |
| fw_fs_timestamp_t | created |
| Creation/birth time, when supported. | |
| fw_fs_timestamp_t | modified |
| Content modification time, when supported. | |
| fw_fs_timestamp_t | accessed |
| Last access time, when supported. | |
| fw_fs_node_type_t | type |
| Kind of node at the path. | |
| bool | exists |
| False means a clean lookup miss. | |
Result of a portable metadata query.
Definition at line 143 of file fw_if_fs_types.h.
| fw_fs_timestamp_t fw_fs_stat_t::accessed |
Last access time, when supported.
Definition at line 147 of file fw_if_fs_types.h.
Referenced by internal_stat(), and internal_stat().
| fw_fs_timestamp_t fw_fs_stat_t::created |
Creation/birth time, when supported.
Definition at line 145 of file fw_if_fs_types.h.
Referenced by internal_stat(), and internal_stat().
| bool fw_fs_stat_t::exists |
False means a clean lookup miss.
Definition at line 149 of file fw_if_fs_types.h.
Referenced by fw_fs_stat(), internal_cache_discard_index(), internal_cache_ensure_directory(), internal_jof_load_source(), internal_library_remove_child(), internal_library_remove_root(), internal_library_root(), internal_library_visit(), internal_mdl_fetch_discard_stale_page(), internal_mdl_state_scan_slot(), internal_meta_load_candidate(), internal_metadata_set_page_timestamp(), internal_policy(), internal_resolve_removal_target(), internal_source_size(), internal_stage_open(), internal_stat(), internal_stat(), internal_txn_begin(), internal_txn_begin(), internal_verify_artifact_entry(), internal_verify_library_root(), internal_verify_page_rec(), mdl_app_run_pack(), mdl_app_run_verify(), mdl_hash_file(), mdl_join_dir_under(), mdl_state_probe(), priv_mdl_app_storage_ensure_directory(), priv_mdl_app_storage_unlink_regular(), priv_mdl_cache_load(), priv_mdl_cache_read_body(), priv_mdl_export_prepare_cover(), priv_mdl_export_source_open(), and priv_mdl_rabook_epub_open().
| fw_fs_timestamp_t fw_fs_stat_t::modified |
Content modification time, when supported.
Definition at line 146 of file fw_if_fs_types.h.
Referenced by internal_metadata_set_page_timestamp(), internal_stat(), and internal_stat().
| uint64_t fw_fs_stat_t::size_bytes |
File length; zero for a directory.
Definition at line 144 of file fw_if_fs_types.h.
Referenced by fw_fs_stat(), internal_jof_load_source(), internal_mdl_state_scan_slot(), internal_meta_load_candidate(), internal_source_size(), internal_stat(), internal_stat(), mdl_hash_file(), priv_mdl_cache_load(), priv_mdl_cache_read_body(), priv_mdl_export_prepare_cover(), priv_mdl_export_source_open(), and priv_mdl_rabook_epub_open().
| fw_fs_node_type_t fw_fs_stat_t::type |
Kind of node at the path.
Definition at line 148 of file fw_if_fs_types.h.
Referenced by fw_fs_stat(), internal_cache_discard_index(), internal_cache_ensure_directory(), internal_jof_load_source(), internal_library_act_on_node(), internal_library_remove_child(), internal_library_remove_root(), internal_library_root(), internal_library_visit(), internal_mdl_fetch_discard_stale_page(), internal_mdl_state_scan_slot(), internal_meta_load_candidate(), internal_metadata_set_page_timestamp(), internal_policy(), internal_resolve_removal_target(), internal_source_size(), internal_stat(), internal_stat(), internal_txn_begin(), internal_verify_artifact_entry(), internal_verify_library_root(), internal_verify_page_rec(), mdl_app_run_pack(), mdl_app_run_verify(), mdl_hash_file(), mdl_join_dir_under(), mdl_state_probe(), priv_mdl_app_storage_ensure_directory(), priv_mdl_app_storage_unlink_regular(), priv_mdl_cache_load(), priv_mdl_cache_read_body(), priv_mdl_export_prepare_cover(), priv_mdl_export_source_open(), and priv_mdl_rabook_epub_open().