|
static int | _FAT_directory_lfnLength (const char *name) |
|
static size_t | _FAT_directory_mbstoucs2 (ucs2_t *dst, const char *src, size_t len) |
|
static size_t | _FAT_directory_ucs2tombs (char *dst, const ucs2_t *src, size_t len) |
|
static int | _FAT_directory_mbsncasecmp (const char *s1, const char *s2, size_t len1) |
|
static bool | _FAT_directory_entryGetAlias (const u8 *entryData, char *destName) |
|
uint32_t | _FAT_directory_entryGetCluster (PARTITION *partition, const uint8_t *entryData) |
|
static bool | _FAT_directory_incrementDirEntryPosition (PARTITION *partition, DIR_ENTRY_POSITION *entryPosition, bool extendDirectory) |
|
bool | _FAT_directory_getNextEntry (PARTITION *partition, DIR_ENTRY *entry) |
|
bool | _FAT_directory_getFirstEntry (PARTITION *partition, DIR_ENTRY *entry, uint32_t dirCluster) |
|
bool | _FAT_directory_getRootEntry (PARTITION *partition, DIR_ENTRY *entry) |
|
bool | _FAT_directory_getVolumeLabel (PARTITION *partition, char *label) |
|
bool | _FAT_directory_entryFromPosition (PARTITION *partition, DIR_ENTRY *entry) |
|
bool | _FAT_directory_entryFromPath (PARTITION *partition, DIR_ENTRY *entry, const char *path, const char *pathEnd) |
|
bool | _FAT_directory_removeEntry (PARTITION *partition, DIR_ENTRY *entry) |
|
static bool | _FAT_directory_findEntryGap (PARTITION *partition, DIR_ENTRY *entry, uint32_t dirCluster, size_t size) |
|
static bool | _FAT_directory_entryExists (PARTITION *partition, const char *name, uint32_t dirCluster) |
|
static int | _FAT_directory_createAlias (char *alias, const char *lfn) |
|
bool | _FAT_directory_addEntry (PARTITION *partition, DIR_ENTRY *entry, uint32_t dirCluster) |
|
bool | _FAT_directory_chdir (PARTITION *partition, const char *path) |
|
void | _FAT_directory_entryStat (PARTITION *partition, DIR_ENTRY *entry, struct stat *st) |
|