Home
last modified time | relevance | path

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

/kernel/liteos_m/components/fs/fatfs/
H A Dfatfs.c221 char *volPath = g_volPath[partId]; in GetLdPath() local
222 char *ldPath = (char *)LOSCFG_FS_MALLOC_HOOK(strlen(volPath) + LDPATH_PAD); in GetLdPath()
227 (void)memset_s(ldPath, strlen(volPath) + LDPATH_PAD, 0, strlen(volPath) + LDPATH_PAD); in GetLdPath()
229 /* Convert volPath to ldpath, for example, convert "inner" to "/inner" */ in GetLdPath()
231 ret = strcpy_s(ldPath + 1, strlen(volPath)+1, volPath); in GetLdPath()

Completed in 3 milliseconds