Searched refs:SMART_PARSER_TEST_DIR (Results 1 – 3 of 3) sorted by relevance
60 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 …]
41 const std::string LogUtil::SMART_PARSER_TEST_DIR = "/data/test/test_data/SmartParser"; member in OHOS::HiviewDFX::LogUtil127 if (FileUtil::IsDirectory(LogUtil::SMART_PARSER_TEST_DIR)) { in IsTestModel()
56 static const std::string SMART_PARSER_TEST_DIR; variable