Changeset 2d0d637 in mainline for uspace/srv/fs/fat/fat_dentry.h
- Timestamp:
- 2011-06-21T18:56:31Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 61e29a4d
- Parents:
- 9553d7d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_dentry.h
r9553d7d r2d0d637 140 140 extern size_t fat_lfn_copy_part(const uint16_t *, size_t, uint16_t *, size_t *); 141 141 extern size_t fat_lfn_copy_entry(const fat_dentry_t *, uint16_t *, size_t *); 142 142 143 extern int utf16_to_str(char *, size_t, const uint16_t *); 143 144 extern int str_to_utf16(uint16_t *, size_t, const char *); 145 extern bool fat_lfn_valid_char(uint16_t); 146 extern bool fat_lfn_valid_str(const uint16_t *); 147 extern size_t utf16_length(const uint16_t *); 148 extern bool fat_dentry_is_sfn(const uint16_t *); 144 149 145 150
Note:
See TracChangeset
for help on using the changeset viewer.