Searched refs:CheckKeyWordsInFile (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/ |
H A D | faultlogger_unittest.cpp | 135 …static int CheckKeyWordsInFile(const std::string& filePath, std::string *keywords, int length, boo… in CheckKeyWordsInFile() function in OHOS::HiviewDFX::FaultloggerUnittest 208 int count = CheckKeyWordsInFile(oldFileName, keywords, length, true); in CheckKeyWordsInJsErrorAppEventFile() 227 int count = CheckKeyWordsInFile(oldFileName, keywords, length, true); in CheckDeleteStackErrorMessage() 421 … ASSERT_EQ(CheckKeyWordsInFile("/data/test_cppcrash_info_7496", keywords, length, false), length);
|