Searched refs:raw_log (Results 1 – 2 of 2) sorted by relevance
33 static GRegex *raw_log = NULL; variable918 raw_log = g_regex_new ( in init()933 if (!raw_log) { in init()953 if (!raw_log) { in init()999 if (raw_log) in done()1000 g_regex_unref (raw_log); in done()1186 parser = raw_log; in collect_stats()
2066 std::string raw_log; in LogGetAndStop() local2074 raw_log = i::ReadFile(log_file, &exists, true); in LogGetAndStop()2082 String::NewFromUtf8(isolate, raw_log.c_str(), NewStringType::kNormal, in LogGetAndStop()2083 static_cast<int>(raw_log.size())) in LogGetAndStop()