Home
last modified time | relevance | path

Searched defs:log_entry (Results 1 – 5 of 5) sorted by relevance

/third_party/ltp/testcases/kernel/fs/fsx-linux/
Dfsx-linux.c67 struct log_entry { struct
75 struct log_entry oplog[LOGSIZE]; /* the log */ argument
/third_party/boost/boost/test/output/
Djunit_log_formatter.hpp56 log_entry_t log_entry; // the type associated to the assertion (or error) member
/third_party/ninja/src/
Dbuild_log.cc150 LogEntry* log_entry; in RecordCommand() local
Dbuild_test.cc1552 BuildLog::LogEntry* log_entry = build_log_.LookupByOutput("out1"); in TEST_F() local
1733 BuildLog::LogEntry* log_entry = build_log_.LookupByOutput("out"); in TEST_F() local
/third_party/glib/gio/tests/
Dactions.c992 verify_changed (const gchar *log_entry) in verify_changed()