Home
last modified time | relevance | path

Searched refs:TEMP_PATH_MAX (Results 1 – 3 of 3) sorted by relevance

/kernel/liteos_a/fs/vfs/operation/
Dfullpath.c47 #define TEMP_PATH_MAX (PATH_MAX + SHOW_MAX_LEN) macro
49 #define TEMP_PATH_MAX PATH_MAX macro
274 if ((filename[0] != '/') && (strlen(directory) + namelen + 2 > TEMP_PATH_MAX)) { in vfs_normalize_path()
/kernel/liteos_m/components/shell/src/cmds/
Dfullpath.c41 #define TEMP_PATH_MAX (PATH_MAX + SHOW_MAX_LEN) macro
249 if ((filename[0] != '/') && (strlen(directory) + namelen + 2 > TEMP_PATH_MAX)) { in VfsNormalizePath()
Dvfs_shellcmd.c52 #define TEMP_PATH_MAX (PATH_MAX + SHOW_MAX_LEN) macro