Searched refs:fullpath (Results 1 – 1 of 1) sorted by relevance
44 string fullpath = directory + "/" + entry->d_name; in scanModules() local45 if (endsWith(fullpath, ".so")) { in scanModules()46 mPathList.push_back(fullpath); in scanModules()