Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/libraries/fs/common/include/
Dutil.h138 SDK_INLINE int FSi_StrNICmp(const char *str1, const char *str2, u32 len) in FSi_StrNICmp() function
/TwlSDK-5.5/build/libraries/fs/common/src/
Dfs_proc_default.c321 … (name_len == etr.name_len) && (FSi_StrNICmp(path, etr.name, (u32)name_len) == 0)) in FSi_FindPathDefault()