Home
last modified time | relevance | path

Searched refs:SHELL_CWD_MAX_SIZE (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.2/user/apps/shell/
Dcmd.h4 #define SHELL_CWD_MAX_SIZE 256 macro
Dcmd.c157 if (dest_len >= SHELL_CWD_MAX_SIZE - 1) in shell_cmd_cd()
199 if (new_len >= SHELL_CWD_MAX_SIZE - 1) in shell_cmd_cd()