Home
last modified time | relevance | path

Searched defs:endStr (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dfile_path_utils.cpp69 bool StringEndWith(const std::string& str, const char* endStr, size_t endStrLen) in StringEndWith()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp359 std::string endStr = "() { [native code] }"; in FunctionPrototypeToString() local
/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h426 static bool StringEndWith(const CString& str, const CString& endStr) in StringEndWith()
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp285 CString endStr(1, PathHelper::SLASH_TAG); in TransformToNormalizedOhmUrl() local