Home
last modified time | relevance | path

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

/openbmc/bios-bmc-smm-error-logger/test/
H A Dexternal_storer_file_test.cpp171 std::string logPath2; in TEST_F() local
173 .WillOnce(DoAll(SaveArg<0>(&logPath2), SaveArg<1>(&logEntryOut), in TEST_F()
176 EXPECT_FALSE(logPath2.empty()); in TEST_F()
192 EXPECT_CALL(*mockFileWriterPtr, removeAll(logPath2)).WillOnce(Return(true)); in TEST_F()