Home
last modified time | relevance | path

Searched refs:StringEndsWith (Results 1 – 16 of 16) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dutilities_test.cpp175 HWTEST_F(UtilitiesTest, StringEndsWith, TestSize.Level1)
178 EXPECT_EQ(StringEndsWith(testString, ""), true);
179 EXPECT_EQ(StringEndsWith(testString, "1"), false);
180 EXPECT_EQ(StringEndsWith(testString, ","), true);
182 EXPECT_EQ(StringEndsWith("", ""), true);
183 EXPECT_EQ(StringEndsWith("", "1"), false);
184 EXPECT_EQ(StringEndsWith("", ","), false);
Dvirtual_thread_test.cpp102 if (StringStartsWith(dlpiName, "./") and !StringEndsWith(dlpiName, ".so")) { in PhdrCallBack()
/developtools/hiperf/test/unittest/common/native/
Dutilities_test.cpp174 HWTEST_F(UtilitiesTest, StringEndsWith, TestSize.Level1)
177 EXPECT_EQ(StringEndsWith(testString, ""), true);
178 EXPECT_EQ(StringEndsWith(testString, "1"), false);
179 EXPECT_EQ(StringEndsWith(testString, ","), true);
181 EXPECT_EQ(StringEndsWith("", ""), true);
182 EXPECT_EQ(StringEndsWith("", "1"), false);
183 EXPECT_EQ(StringEndsWith("", ","), false);
Dvirtual_thread_test.cpp117 if (StringStartsWith(dlpiName, "./") and !StringEndsWith(dlpiName, ".so")) { in PhdrCallBack()
/developtools/profiler/hiebpf/include/
Dutilities.h37 bool StringEndsWith(const std::string &string, const std::string &with);
/developtools/profiler/hiebpf/src/
Dutilities.cpp60 bool StringEndsWith(const std::string &string, const std::string &with) in StringEndsWith() function
Dmaps_info.cpp110 StringEndsWith(fileName, ".ttf")) { in IsLegalFileName()
/developtools/profiler/device/plugins/native_daemon/src/
Dsymbols_file.cpp142 if (StringEndsWith(pathSplit[0], ".hap")) { in FindSymbolFile()
201 if (StringEndsWith(elfPath, ".hap")) { in LoadDebugInfo()
221 if (StringEndsWith(elfPath, ".hap")) { in LoadDebugInfo()
366 if (StringEndsWith(elfPath, ".hap") && map != nullptr) { in LoadElfSymbols()
735 } else if (StringEndsWith(symbolFilePath, KERNEL_MODULES_EXT_NAME)) { in CreateSymbolsFile()
Dutilities.cpp454 bool StringEndsWith(const std::string &string, const std::string &with) in StringEndsWith() function
/developtools/hiperf/src/
Dsymbols_file.cpp223 if (StringEndsWith(elfPath, ".hap")) { in LoadDebugInfo()
247 if (StringEndsWith(elfPath, ".hap")) { in LoadDebugInfo()
403 if (StringEndsWith(elfPath, ".hap") && map != nullptr) { in LoadElfSymbols()
923 } else if (StringEndsWith(symbolFilePath, KERNEL_MODULES_EXT_NAME)) { in CreateSymbolsFile()
Dutilities.cpp533 bool StringEndsWith(const std::string &string, const std::string &with) in StringEndsWith() function
/developtools/hdc/src/common/
Dbase.h72 int StringEndsWith(string s, string sub);
Dbase.cpp1125 int StringEndsWith(string s, string sub) in StringEndsWith() function
/developtools/profiler/device/plugins/native_daemon/include/
Dutilities.h174 bool StringEndsWith(const std::string &string, const std::string &with);
/developtools/hdc/src/host/
Dtranslate.cpp192 if (Base::StringEndsWith(outCmd->parameters, " -remove")) { in TargetConnect()
/developtools/hiperf/include/
Dutilities.h176 bool StringEndsWith(const std::string &string, const std::string &with);