Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/test/openpower-pels/
H A Dregistry_test.cpp190 regDir = mkdtemp(path); in SetUpTestCase()
195 fs::remove_all(regDir); in TearDownTestCase()
200 fs::path path = regDir / "registry.json"; in writeData()
206 static fs::path regDir; member in RegistryTest
209 fs::path RegistryTest::regDir{};
H A Dsrc_test.cpp88 regDir = mkdtemp(path); in SetUpTestCase()
93 fs::remove_all(regDir); in TearDownTestCase()
98 fs::path path = regDir / "registry.json"; in writeData()
104 static fs::path regDir; member in SRCTest
107 fs::path SRCTest::regDir{};