Home
last modified time | relevance | path

Searched refs:raw_log (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstreamer/tools/
Dgst-stats.c33 static GRegex *raw_log = NULL; variable
918 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()
/third_party/node/deps/v8/src/d8/
Dd8.cc2066 std::string raw_log; in LogGetAndStop() local
2074 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()