Searched refs:dataPath (Results 1 – 7 of 7) sorted by relevance
55 static std::string dataPath; in getPELReadOnlyDataPath() local57 if (dataPath.empty()) in getPELReadOnlyDataPath()60 dataPath = mkdtemp(templ); in getPELReadOnlyDataPath()63 return dataPath; in getPELReadOnlyDataPath()
222 dataPath = getPELReadOnlyDataPath(); in SetUpTestCase()223 std::ofstream file{dataPath / filename}; in SetUpTestCase()229 fs::remove_all(dataPath); in TearDownTestCase()233 static fs::path dataPath; member in DeviceCalloutsTest237 fs::path DeviceCalloutsTest::dataPath; member in DeviceCalloutsTest278 fs::path{dataPath / filename}); in TEST_F()291 fs::path fallbackFile{dataPath / "_dev_callouts.json"}; in TEST_F()301 fs::path{dataPath / filename}); in TEST_F()
64 auto dataPath = getPELReadOnlyDataPath(); in TEST() local65 std::ofstream file{dataPath / "O_component_ids.json"}; in TEST()83 std::filesystem::remove_all(dataPath); in TEST()
817 auto dataPath = getPELReadOnlyDataPath(); in TEST_F() local818 std::ofstream file{dataPath / "systemA_dev_callouts.json"}; in TEST_F()979 fs::remove_all(dataPath); in TEST_F()
858 auto dataPath = getPELReadOnlyDataPath(); in TEST_F() local859 std::ofstream file{dataPath / "systemA_dev_callouts.json"}; in TEST_F()957 fs::remove_all(dataPath); in TEST_F()
156 * @param[in] dataPath - CPER event data fault log file path162 const std::string& dataPath,
451 const std::string& dataPath, in createCperDumpEntry() argument 482 addData["PrimaryLogId"] = dataPath; in createCperDumpEntry()