Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libziparchive/extractortool/
Dextractor.cpp25 static bool StringEndWith(const std::string &str, const char *endStr, size_t endStrLen) in StringEndWith()
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dfile_path_utils.cpp68 bool StringEndWith(const std::string& str, const char* endStr, size_t endStrLen) in StringEndWith()
/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h481 size_t endStrLen = endStr.length(); in StringEndWith() local