Searched refs:removeAll (Results 1 – 3 of 3) sorted by relevance
55 virtual bool removeAll(const std::string& filePath) const = 0;67 bool removeAll(const std::string& filePath) const override;
30 MOCK_METHOD(bool, removeAll, (const std::string& path), (const, override));192 EXPECT_CALL(*mockFileWriterPtr, removeAll(logPath2)).WillOnce(Return(true)); in TEST_F()203 EXPECT_CALL(*mockFileWriterPtr, removeAll(logPath3)).WillOnce(Return(true)); in TEST_F()
47 bool ExternalStorerFileWriter::removeAll(const std::string& filePath) const in removeAll() function in bios_bmc_smm_error_logger::rde::ExternalStorerFileWriter141 if (!fileHandler->removeAll(oldestFilePath)) in processLogEntry()