|
Ninja
|
#include "deps_log.h"#include <assert.h>#include <stdio.h>#include <errno.h>#include <string.h>#include <unistd.h>#include "graph.h"#include "metrics.h"#include "state.h"#include "util.h"
Go to the source code of this file.
Variables | |
| const int | kCurrentVersion = 3 |
| const char | kFileSignature [] = "# ninjadeps\n" |
| const unsigned | kMaxRecordSize = (1 << 19) - 1 |
| const int kCurrentVersion = 3 |
Definition at line 33 of file deps_log.cc.
Referenced by BuildLog::Load(), DepsLog::Load(), BuildLog::OpenForWrite(), DepsLog::OpenForWrite(), and BuildLog::Recompact().
| const char kFileSignature[] = "# ninjadeps\n" |
Definition at line 32 of file deps_log.cc.
Referenced by BuildLog::Load(), DepsLog::Load(), BuildLog::OpenForWrite(), DepsLog::OpenForWrite(), and BuildLog::Recompact().
| const unsigned kMaxRecordSize = (1 << 19) - 1 |
Definition at line 37 of file deps_log.cc.
Referenced by DepsLog::Load(), DepsLog::OpenForWrite(), DepsLog::RecordDeps(), and DepsLog::RecordId().
1.8.9.1