Searched refs:dataPath (Results 1 – 7 of 7) sorted by relevance
43 static std::string dataPath; in getPELReadOnlyDataPath() local45 if (dataPath.empty()) in getPELReadOnlyDataPath()48 dataPath = mkdtemp(templ); in getPELReadOnlyDataPath()51 return dataPath; in getPELReadOnlyDataPath()
53 auto dataPath = getPELReadOnlyDataPath(); in TEST() local54 std::ofstream file{dataPath / "O_component_ids.json"}; in TEST()72 std::filesystem::remove_all(dataPath); in TEST()
209 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 DeviceCalloutsTest224 fs::path DeviceCalloutsTest::dataPath; member in DeviceCalloutsTest265 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()
917 auto dataPath = getPELReadOnlyDataPath(); in TEST_F() local918 std::ofstream file{dataPath / "systemA_dev_callouts.json"}; in TEST_F()1113 auto dataPath = getPELReadOnlyDataPath(); in TEST_F() local1114 std::ofstream file{dataPath / "systemA_dev_callouts.json"}; in TEST_F()1169 fs::remove_all(dataPath); in TEST_F()
846 auto dataPath = getPELReadOnlyDataPath(); in TEST_F() local847 std::ofstream file{dataPath / "systemA_dev_callouts.json"}; in TEST_F()945 fs::remove_all(dataPath); in TEST_F()
168 const std::string& dataPath,
378 const std::string& dataPath, in createCperDumpEntry() argument408 addData["PrimaryLogId"] = dataPath; in createCperDumpEntry()