Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_file.c170 int lastpos = FSi_DecrementSjisPosition(str, length); in FSi_TrimSjisTrailingSlash() local
171 if ((lastpos >= 0) && FSi_IsSlash((u8)str[lastpos])) in FSi_TrimSjisTrailingSlash()
173 length = lastpos; in FSi_TrimSjisTrailingSlash()