Searched refs:EndsWith (Results 1 – 8 of 8) sorted by relevance
/hardware/google/aemu/host-common/ |
D | logging_unittest.cpp | 25 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/ |
D | StringUtils.h | 149 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/ |
D | FactoryLoader.h | 112 if (base::EndsWith(pluginPath.c_str(), ".so")) { in findFactoryForScheme() 154 if (base::EndsWith(pluginPath.c_str(), ".so")) { in enumeratePlugins()
|
/hardware/interfaces/cas/aidl/default/ |
D | FactoryLoader.h | 100 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/ |
D | FactoryLoader.h | 104 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/ |
D | FactoryLoader.h | 104 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/ |
D | PluginLoader.h | 51 if (base::EndsWith(file.c_str(), ".so")) { in PluginLoader()
|
/hardware/google/aemu/base/ |
D | StringUtils.cpp | 166 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
|