Home
last modified time | relevance | path

Searched refs:StringEndWith (Results 1 – 5 of 5) 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() function
125 if (StringEndWith(path, EXT_NAME_ABC, sizeof(EXT_NAME_ABC) - 1)) { in FixExtName()
129 if (StringEndWith(path, EXT_NAME_ETS, sizeof(EXT_NAME_ETS) - 1)) { in FixExtName()
131 } else if (StringEndWith(path, EXT_NAME_TS, sizeof(EXT_NAME_TS) - 1)) { in FixExtName()
133 } else if (StringEndWith(path, EXT_NAME_JS, sizeof(EXT_NAME_JS) - 1)) { in FixExtName()
Dfile_path_utils.h26 bool StringEndWith(const std::string& str, const char* endStr, size_t endStrLen);
Dextractor.cpp144 if (!StringEndWith(relativePath, EXT_NAME_ABC, sizeof(EXT_NAME_ABC) - 1)) { in GetSafeData()
/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h429 static bool StringEndWith(const CString& str, const CString& endStr) in StringEndWith() function
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp108 if (StringHelper::StringEndWith(outEntryPoint, EXT_NAME_ABC)) { in ParseOhmUrl()