Home
last modified time | relevance | path

Searched refs:LABEL_LEN (Results 1 - 2 of 2) sorted by relevance

/kernel/liteos_a/fs/fat/os_adapt/
H A Dformat.c41 char FatLabel[LABEL_LEN];
99 (void)memset_s(FatLabel, LABEL_LEN, 0, LABEL_LEN); in set_label()
106 if (len >= LABEL_LEN) { in set_label()
107 len = LABEL_LEN - 1; in set_label()
110 err = strncpy_s(FatLabel, LABEL_LEN, name, len); in set_label()
H A Dfatfs.h53 #define LABEL_LEN 12 macro
116 extern char FatLabel[LABEL_LEN];

Completed in 2 milliseconds