Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/tests/
H A Dtest_Utils.cpp90 std::vector<fs::path> foundPaths; in TEST_F() local
94 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 …]
/openbmc/entity-manager/src/
H A Dutils.cpp51 std::vector<fs::path>& foundPaths) in findFiles() argument
65 foundPaths.emplace_back(p.path()); in findFiles()
73 std::vector<fs::path>& foundPaths) in findFiles() argument
97 foundPaths.emplace_back(value); in findFiles()
100 return !foundPaths.empty(); in findFiles()
H A Dutils.hpp60 std::vector<std::filesystem::path>& foundPaths);
63 std::vector<std::filesystem::path>& foundPaths);
/openbmc/dbus-sensors/src/
H A DUtils.cpp201 std::vector<fs::path>& foundPaths, int symlinkDepth) in findFiles() argument
237 foundPaths.emplace_back(p->path()); in findFiles()
292 foundPaths.emplace_back(p->path()); in findFiles()
H A DUtils.hpp68 std::vector<std::filesystem::path>& foundPaths,