Lines Matching refs:path
48 /// Each record is either a path string or a dependency list.
49 /// Numbering the path strings in file order gives them dense integer ids.
55 /// path records contain the string name of the path, followed by up to 3
60 /// [output path id,
61 /// output path mtime (lower 4 bytes), output path mtime (upper 4 bytes),
62 /// input path id, input path id...]
63 /// (The mtime is compared against the on-disk output path mtime
73 bool OpenForWrite(const std::string& path, std::string* err);
87 LoadStatus Load(const std::string& path, State* state, std::string* err);
92 bool Recompact(const std::string& path, std::string* err);