Home
last modified time | relevance | path

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

/kernel/liteos_m/components/shell/src/cmds/
H A Dvfs_shellcmd.c547 size_t fullPathBufSize = strlen(pathname) + strlen(dirent->d_name) + SEPARATOR_EOF_LEN; in OsShellCmdDoRmdir() local
548 fullpath = (CHAR *)malloc(fullPathBufSize); in OsShellCmdDoRmdir()
554 ret = snprintf_s(fullpath, fullPathBufSize, fullPathBufSize - 1, "%s/%s", pathname, dirent->d_name); in OsShellCmdDoRmdir()

Completed in 2 milliseconds