Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/test/openpower-pels/
H A Dpel_paths.cpp43 static std::string dataPath; in getPELReadOnlyDataPath() local
45 if (dataPath.empty()) in getPELReadOnlyDataPath()
48 dataPath = mkdtemp(templ); in getPELReadOnlyDataPath()
51 return dataPath; in getPELReadOnlyDataPath()
H A Djson_utils_test.cpp53 auto dataPath = getPELReadOnlyDataPath(); in TEST() local
54 std::ofstream file{dataPath / "O_component_ids.json"}; in TEST()
72 std::filesystem::remove_all(dataPath); in TEST()
H A Ddevice_callouts_test.cpp209 dataPath = getPELReadOnlyDataPath(); in SetUpTestCase()
210 std::ofstream file{dataPath / filename}; in SetUpTestCase()
216 fs::remove_all(dataPath); in TearDownTestCase()
220 static fs::path dataPath; member in DeviceCalloutsTest
224 fs::path DeviceCalloutsTest::dataPath; member in DeviceCalloutsTest
265 fs::path{dataPath / filename}); in TEST_F()
278 fs::path fallbackFile{dataPath / "_dev_callouts.json"}; in TEST_F()
288 fs::path{dataPath / filename}); in TEST_F()
H A Dsrc_test.cpp917 auto dataPath = getPELReadOnlyDataPath(); in TEST_F() local
918 std::ofstream file{dataPath / "systemA_dev_callouts.json"}; in TEST_F()
1113 auto dataPath = getPELReadOnlyDataPath(); in TEST_F() local
1114 std::ofstream file{dataPath / "systemA_dev_callouts.json"}; in TEST_F()
1169 fs::remove_all(dataPath); in TEST_F()
H A Dpel_test.cpp846 auto dataPath = getPELReadOnlyDataPath(); in TEST_F() local
847 std::ofstream file{dataPath / "systemA_dev_callouts.json"}; in TEST_F()
945 fs::remove_all(dataPath); in TEST_F()
/openbmc/pldm/platform-mc/
H A Devent_manager.hpp168 const std::string& dataPath,
H A Devent_manager.cpp378 const std::string& dataPath, in createCperDumpEntry() argument
408 addData["PrimaryLogId"] = dataPath; in createCperDumpEntry()