Home
last modified time | relevance | path

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

/openbmc/phosphor-power/test/
H A Dtemporary_subdirectory_tests.cpp47 TemporarySubDirectory subdirectory1{}; in TEST() local
48 EXPECT_FALSE(subdirectory1.getPath().empty()); in TEST()
49 EXPECT_TRUE(fs::exists(subdirectory1.getPath())); in TEST()
52 fs::path path = subdirectory1.getPath(); in TEST()
58 EXPECT_TRUE(subdirectory1.getPath().empty()); in TEST()
70 TemporarySubDirectory subdirectory1{}; in TEST() local
75 fs::path path1 = subdirectory1.getPath(); in TEST()
89 subdirectory2 = std::move(subdirectory1); in TEST()
124 TemporarySubDirectory subdirectory1{}; in TEST() local
129 fs::path path1 = subdirectory1.getPath(); in TEST()
[all …]