Searched refs:foundPaths (Results 1 – 5 of 5) sorted by relevance
90 std::vector<fs::path> foundPaths; in TEST_F() local94 EXPECT_TRUE(foundPaths.empty()); in TEST_F()120 foundPaths, 6); in TEST_F()123 EXPECT_TRUE(foundPaths.empty()); in TEST_F()131 foundPaths, 6); in TEST_F()135 foundPaths.clear(); in TEST_F()139 foundPaths, 6); in TEST_F()160 foundPaths, 6); in TEST_F()171 foundPaths, 5); in TEST_F()175 foundPaths.clear(); in TEST_F()[all …]
51 std::vector<fs::path>& foundPaths) in findFiles() argument65 foundPaths.emplace_back(p.path()); in findFiles()73 std::vector<fs::path>& foundPaths) in findFiles() argument97 foundPaths.emplace_back(value); in findFiles()100 return !foundPaths.empty(); in findFiles()
60 std::vector<std::filesystem::path>& foundPaths);63 std::vector<std::filesystem::path>& foundPaths);
201 std::vector<fs::path>& foundPaths, int symlinkDepth) in findFiles() argument237 foundPaths.emplace_back(p->path()); in findFiles()292 foundPaths.emplace_back(p->path()); in findFiles()
68 std::vector<std::filesystem::path>& foundPaths,