Searched refs:logPath2 (Results 1 – 1 of 1) sorted by relevance
171 std::string logPath2; in TEST_F() local173 .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()