Searched refs:backendPathFiles (Results 1 – 1 of 1) sorted by relevance
195 std::vector<path> backendPathFiles; in GetSharedObjects() local196 …:copy(directory_iterator(backendPath), directory_iterator(), std::back_inserter(backendPathFiles)); in GetSharedObjects()197 std::sort(backendPathFiles.begin(), backendPathFiles.end()); in GetSharedObjects()200 for (const path& backendPathFile : backendPathFiles) in GetSharedObjects()