Home
last modified time | relevance | path

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

/kernel/liteos_a/apps/shell/src/
H A Dshcmd.c127 if (strncpy_s(strPath, CMD_MAX_PATH, shellWorkingDirectory, CMD_MAX_PATH - 1)) { in OsStrSeparate()
132 if (strncat_s(strPath, CMD_MAX_PATH - 1, "/", CMD_MAX_PATH - strlen(strPath) - 1)) { in OsStrSeparate()
139 if (strncat_s(strPath, CMD_MAX_PATH - 1, tabStr, CMD_MAX_PATH - strlen(strPath) - 1)) { in OsStrSeparate()
147 if (strncpy_s(nameLooking, CMD_MAX_PATH, strEnd + 1, CMD_MAX_PATH - 1)) { /* get cmp str */ in OsStrSeparate()
315 if (strncpy_s(strObj, CMD_MAX_PATH, readDir->d_name, CMD_MAX_PATH in OsExecNameMatch()
[all...]
/kernel/liteos_a/shell/full/src/base/
H A Dshcmd.c123 if (strncpy_s(strPath, CMD_MAX_PATH, shellWorkingDirectory, CMD_MAX_PATH - 1)) { in OsStrSeparate()
128 if (strncat_s(strPath, CMD_MAX_PATH, "/", CMD_MAX_PATH - strlen(strPath) - 1)) { in OsStrSeparate()
135 if (strncat_s(strPath, CMD_MAX_PATH, tabStr, CMD_MAX_PATH - strlen(strPath) - 1)) { in OsStrSeparate()
144 if (strncpy_s(nameLooking, CMD_MAX_PATH, strEnd + 1, CMD_MAX_PATH - 1)) { /* get cmp str */ in OsStrSeparate()
289 if (strncpy_s(strObj, CMD_MAX_PATH, readDir->d_name, CMD_MAX_PATH in OsExecNameMatch()
[all...]
/kernel/liteos_a/apps/shell/include/
H A Dshell.h55 #define CMD_MAX_PATH 256 macro
/kernel/liteos_a/shell/full/include/
H A Dshell.h68 #define CMD_MAX_PATH 256 macro
/kernel/liteos_m/components/shell/include/
H A Dshell.h67 #define CMD_MAX_PATH 256 macro

Completed in 4 milliseconds