Home
last modified time | relevance | path

Searched refs:endsWith (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/drm/1.0/vts/functional/include/
Dvendor_modules.h68 inline bool endsWith(const std::string& str, const std::string& suffix) const { in endsWith() function
/hardware/interfaces/drm/1.0/vts/functional/
Dvendor_modules.cpp45 if (endsWith(fullpath, ".so")) { in scanModules()