Home
last modified time | relevance | path

Searched refs:EndsWith (Results 1 – 8 of 8) sorted by relevance

/hardware/google/aemu/host-common/
Dlogging_unittest.cpp25 using ::testing::EndsWith;
55 EXPECT_THAT(log, EndsWith("] Hello world.\n")); in TEST()
63 EXPECT_THAT(log, EndsWith("] hello world 1\n")); in TEST()
71 EXPECT_THAT(log, EndsWith("] Hello world.\n")); in TEST()
79 EXPECT_THAT(log, EndsWith("] hello world 1\n")); in TEST()
/hardware/google/aemu/base/include/aemu/base/misc/
DStringUtils.h149 bool EndsWith(std::string_view s, std::string_view suffix);
150 bool EndsWith(std::string_view s, char suffix);
168 if (!EndsWith(*s, suffix)) in ConsumeSuffix()
/hardware/interfaces/cas/1.0/default/
DFactoryLoader.h112 if (base::EndsWith(pluginPath.c_str(), ".so")) { in findFactoryForScheme()
154 if (base::EndsWith(pluginPath.c_str(), ".so")) { in enumeratePlugins()
/hardware/interfaces/cas/aidl/default/
DFactoryLoader.h100 if (base::EndsWith(pluginPath.c_str(), ".so")) { in findFactoryForScheme()
139 if (base::EndsWith(pluginPath.c_str(), ".so")) { in enumeratePlugins()
/hardware/interfaces/cas/1.1/default/
DFactoryLoader.h104 if (base::EndsWith(pluginPath.c_str(), ".so")) { in findFactoryForScheme()
143 if (base::EndsWith(pluginPath.c_str(), ".so")) { in enumeratePlugins()
/hardware/interfaces/cas/1.2/default/
DFactoryLoader.h104 if (base::EndsWith(pluginPath.c_str(), ".so")) { in findFactoryForScheme()
143 if (base::EndsWith(pluginPath.c_str(), ".so")) { in enumeratePlugins()
/hardware/interfaces/drm/1.0/default/include/
DPluginLoader.h51 if (base::EndsWith(file.c_str(), ".so")) { in PluginLoader()
/hardware/google/aemu/base/
DStringUtils.cpp166 bool EndsWith(std::string_view s, std::string_view suffix) { in EndsWith() function
171 bool EndsWith(std::string_view s, char suffix) { in EndsWith() function