|
Turnstone Operating System
|
Public Attributes | |
| directory_context_t * | context |
| const path_t *(* | get_path )(const struct directory_t *self) |
| fs_stat_type_t(* | get_type )(struct directory_t *self) |
| time_t(* | get_create_time )(struct directory_t *self) |
| time_t(* | get_last_access_time )(struct directory_t *self) |
| time_t(* | get_last_modification_time )(struct directory_t *self) |
| int8_t(* | close )(struct directory_t *self) |
| iterator_t *(* | list )(struct directory_t *self) |
| struct directory_t *(* | create_or_open_directory )(struct directory_t *self, const path_t *p) |
| file_t *(* | create_or_open_file )(struct directory_t *self, const path_t *p) |