Changeset cd0dce3 in mainline for uspace/lib/fmgt/private/fsops.h
- Timestamp:
- 2026-02-11T23:17:49Z (3 weeks ago)
- Branches:
- master
- Children:
- 00d26202
- Parents:
- f9c30b9a
- File:
-
- 1 edited
-
uspace/lib/fmgt/private/fsops.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/fmgt/private/fsops.h
rf9c30b9a rcd0dce3 45 45 errno_t fmgt_open(fmgt_t *, const char *, int *); 46 46 errno_t fmgt_create_file(fmgt_t *, const char *, int *, fmgt_exists_action_t *); 47 errno_t fmgt_create_dir(fmgt_t *, const char * );47 errno_t fmgt_create_dir(fmgt_t *, const char *, bool); 48 48 errno_t fmgt_remove(fmgt_t *, const char *); 49 49 errno_t fmgt_read(fmgt_t *, int, const char *, aoff64_t *, void *, size_t,
Note:
See TracChangeset
for help on using the changeset viewer.
