Lines Matching defs:file
4 // you may not use this file except in compliance with the License.
36 // We are loading the dyndep file now so it is no longer pending.
39 // Load the dyndep information from the file.
40 EXPLAIN("loading dyndep file '%s'", node->path().c_str());
55 "not mentioned in its dyndep file "
67 // Reject extra outputs in dyndep file.
72 *err = ("dyndep file '" + node->path() + "' mentions output "
74 "does not have a dyndep binding for the file");
123 bool DyndepLoader::LoadDyndepFile(Node* file, DyndepFile* ddf,
126 return parser.Load(file->path(), err);