Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp108 if (StringHelper::StringEndWith(outEntryPoint, EXT_NAME_ABC)) { in ParseOhmUrl()
/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h411 static bool StringEndWith(const CString& str, const CString& endStr) in StringEndWith() function