Home
last modified time | relevance | path

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

/base/startup/init/interfaces/innerkits/modulemgr/
Dmodulemgr.c192 int endStrLen = strlen(endStr); in StringEndsWith() local
194 BEGET_CHECK(!(srcStrLen < endStrLen), return -1); in StringEndsWith()
196 srcStr += (srcStrLen - endStrLen); in StringEndsWith()
197 BEGET_CHECK(strcmp(srcStr, endStr) != 0, return (srcStrLen - endStrLen)); in StringEndsWith()