Home
last modified time | relevance | path

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

/hardware/interfaces/drm/1.0/vts/functional/
Dvendor_modules.cpp44 string fullpath = directory + "/" + entry->d_name; in scanModules() local
45 if (endsWith(fullpath, ".so")) { in scanModules()
46 mPathList.push_back(fullpath); in scanModules()