Searched refs:SHELL_CWD_MAX_SIZE (Results 1 – 2 of 2) sorted by relevance
4 #define SHELL_CWD_MAX_SIZE 256 macro
168 if (dest_len >= SHELL_CWD_MAX_SIZE - 1) in shell_cmd_cd()210 if (new_len >= SHELL_CWD_MAX_SIZE - 1) in shell_cmd_cd()