Home
last modified time | relevance | path

Searched refs:log_entry (Results 1 - 5 of 5) sorted by relevance

/third_party/ninja/src/
H A Dbuild_log.cc152 LogEntry* log_entry; in RecordCommand() local
154 log_entry = i->second; in RecordCommand()
156 log_entry = new LogEntry(path); in RecordCommand()
157 entries_.insert(Entries::value_type(log_entry->output, log_entry)); in RecordCommand()
159 log_entry->command_hash = command_hash; in RecordCommand()
160 log_entry->start_time = start_time; in RecordCommand()
161 log_entry->end_time = end_time; in RecordCommand()
162 log_entry->mtime = mtime; in RecordCommand()
168 if (!WriteEntry(log_file_, *log_entry)) in RecordCommand()
[all...]
H A Dbuild_test.cc1849 BuildLog::LogEntry* log_entry = build_log_.LookupByOutput("out1"); in TEST_F() local
1850 ASSERT_TRUE(NULL != log_entry); in TEST_F()
1851 ASSERT_EQ(restat_mtime, log_entry->mtime); in TEST_F()
1866 log_entry = build_log_.LookupByOutput("out1"); in TEST_F()
1867 ASSERT_TRUE(NULL != log_entry); in TEST_F()
1868 ASSERT_EQ(restat_mtime, log_entry->mtime); in TEST_F()
1892 BuildLog::LogEntry* log_entry = build_log_.LookupByOutput("out1"); in TEST_F() local
1893 ASSERT_TRUE(NULL != log_entry); in TEST_F()
1894 ASSERT_EQ(2u, log_entry->mtime); in TEST_F()
2105 BuildLog::LogEntry* log_entry in TEST_F() local
2683 BuildLog::LogEntry* log_entry = NULL; TEST_F() local
2777 BuildLog::LogEntry* log_entry = build_log.LookupByOutput("out"); TEST_F() local
[all...]
H A Dninja.cc299 BuildLog::LogEntry* log_entry = build_log_.LookupByOutput(out->path()); in ParsePreviousElapsedTimes() local
300 if (!log_entry) in ParsePreviousElapsedTimes()
303 log_entry->end_time - log_entry->start_time; in ParsePreviousElapsedTimes()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-engine.cc1081 for (auto& log_entry : info->code_to_log) { in RemoveIsolate()
1082 WasmCode::DecrementRefCount(base::VectorOf(log_entry.second.code)); in RemoveIsolate()
1116 auto& log_entry = info->code_to_log[script_it->second.script_id()]; in LogCode() local
1117 if (!log_entry.source_url) { in LogCode()
1118 log_entry.source_url = script_it->second.source_url(); in LogCode()
1120 log_entry.code.insert(log_entry.code.end(), code_vec.begin(), in LogCode()
1280 for (auto& log_entry : info->code_to_log) { in FreeNativeModule()
1284 std::vector<WasmCode*>& code = log_entry.second.code; in FreeNativeModule()
/third_party/ltp/testcases/kernel/fs/fsx-linux/
H A Dfsx-linux.c67 struct log_entry { struct
75 struct log_entry oplog[LOGSIZE]; /* the log */
173 struct log_entry *le; in log4()
190 struct log_entry *lp; in logdump()

Completed in 11 milliseconds