Searched refs:StringEndWith (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/extractortool/src/ |
| D | file_path_utils.cpp | 69 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()
|
| D | file_path_utils.h | 26 bool StringEndWith(const std::string& str, const char* endStr, size_t endStrLen);
|
| D | extractor.cpp | 144 if (!StringEndWith(relativePath, EXT_NAME_ABC, sizeof(EXT_NAME_ABC) - 1)) { in GetSafeData()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | string_helper.h | 429 static bool StringEndWith(const CString& str, const CString& endStr) in StringEndWith() function
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | module_path_helper.cpp | 108 if (StringHelper::StringEndWith(outEntryPoint, EXT_NAME_ABC)) { in ParseOhmUrl()
|