Searched refs:logPath3 (Results 1 – 1 of 1) sorted by relevance
181 std::string logPath3; in TEST_F() local183 .WillOnce(DoAll(SaveArg<0>(&logPath3), SaveArg<1>(&logEntryOut), in TEST_F()186 EXPECT_FALSE(logPath3.empty()); in TEST_F()203 EXPECT_CALL(*mockFileWriterPtr, removeAll(logPath3)).WillOnce(Return(true)); in TEST_F()