Home
last modified time | relevance | path

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

/device/soc/st/stm32f407zg/uniproton/hals/utils/file/src/
Dhal_file.c41 #define FS_DATA_ROOT_DIR_SIZE 5 macro
46 …if ((len > FS_DATA_ROOT_DIR_SIZE) && (strncmp(FS_DATA_ROOT_DIR, path, FS_DATA_ROOT_DIR_SIZE) == 0)… in FsRealPath()