Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/src/
H A Dbiosconfigcommands.cpp820 std::string tempFilePath = in ipmiOEMSetPayload() local
825 std::rename(tempFilePath.c_str(), payloadFilePath.c_str()); in ipmiOEMSetPayload()
903 std::string tempFilePath = in ipmiOEMSetPayload() local
905 unlink(tempFilePath.c_str()); in ipmiOEMSetPayload()
/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp260 tempFaillockConfigFile = tempFilePath; in UserMgrInTest()
272 tempPWHistoryConfigFile = tempFilePath; in UserMgrInTest()
284 tempPWQualityConfigFile = tempFilePath; in UserMgrInTest()
390 static constexpr auto tempFilePath = "/tmp/test-data-XXXXXX"; member in phosphor::user::UserMgrInTest