Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/interfaces/innerkits/modulemgr/
H A Dmodulemgr.c187 static int StringEndsWith(const char *srcStr, const char *endStr) in StringEndsWith() function
215 int end = StringEndsWith(file->d_name, MODULE_SUFFIX_D); in ScanModules()