Home
last modified time | relevance | path

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

/openbmc/phosphor-power/test/
H A Dtemporary_subdirectory_tests.cpp61 EXPECT_EQ(subdirectory2.getPath(), path); in TEST()
62 EXPECT_TRUE(fs::exists(subdirectory2.getPath())); in TEST()
78 TemporarySubDirectory subdirectory2{}; in TEST() local
79 EXPECT_FALSE(subdirectory2.getPath().empty()); in TEST()
83 fs::path path2 = subdirectory2.getPath(); in TEST()
89 subdirectory2 = std::move(subdirectory1); in TEST()
96 EXPECT_EQ(subdirectory2.getPath(), path1); in TEST()
132 TemporarySubDirectory subdirectory2{}; in TEST() local
137 fs::path path2 = subdirectory2.getPath(); in TEST()
148 subdirectory2 = std::move(subdirectory1); in TEST()
[all …]