Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/interfaces/innerkits/modulemgr/
H A Dmodulemgr.c190 int endStrLen = strlen(endStr); in StringEndsWith() local
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dfile_path_utils.cpp67 bool StringEndWith(const std::string& str, const char* endStr, size_t endStrLen) in StringEndWith()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/file_path_utils_test/
H A Dfile_path_utils_test.cpp78 size_t endStrLen = 2; variable