Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/utility/smart_parser/test/moduletest/common/
Dsmart_parser_module_test.cpp60 std::string faultFile = LogUtil::SMART_PARSER_TEST_DIR +
62 std::string trustStack = LogUtil::SMART_PARSER_TEST_DIR + "/SmartParserTest001/trace.txt";
101 std::string faultFile = LogUtil::SMART_PARSER_TEST_DIR +
103 std::string trustStack = LogUtil::SMART_PARSER_TEST_DIR + "/SmartParserTest002/trace.txt";
141 std::string faultFile = LogUtil::SMART_PARSER_TEST_DIR +
143 std::string traceFile = LogUtil::SMART_PARSER_TEST_DIR + "/SmartParserTest003/trace.txt";
186 std::string faultFile = LogUtil::SMART_PARSER_TEST_DIR + "/SmartParserTest004/last_kmsg";
187 std::string traceFile = LogUtil::SMART_PARSER_TEST_DIR + "/SmartParserTest004/trace.txt";
221 std::string faultFile = LogUtil::SMART_PARSER_TEST_DIR + "/SmartParserTest005/last_kmsg";
222 std::string traceFile = LogUtil::SMART_PARSER_TEST_DIR + "/SmartParserTest005/trace.txt";
[all …]
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
Dlog_util.cpp41 const std::string LogUtil::SMART_PARSER_TEST_DIR = "/data/test/test_data/SmartParser"; member in OHOS::HiviewDFX::LogUtil
127 if (FileUtil::IsDirectory(LogUtil::SMART_PARSER_TEST_DIR)) { in IsTestModel()
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/include/
Dlog_util.h56 static const std::string SMART_PARSER_TEST_DIR; variable