Home
last modified time | relevance | path

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

/kernel/liteos_a/fs/vfs/vfs_cmd/
H A Dvfs_shellcmd.c762 size_t fullpath_buf_size = strlen(pathname) + strlen(dirent->d_name) + SEPARATOR_EOF_LEN; in os_shell_cmd_do_rmdir() local
763 fullpath = (char *)malloc(fullpath_buf_size); in os_shell_cmd_do_rmdir()
769 ret = snprintf_s(fullpath, fullpath_buf_size, fullpath_buf_size - 1, "%s/%s", pathname, dirent->d_name); in os_shell_cmd_do_rmdir()

Completed in 2 milliseconds