HomeSort by relevance Sort by last modified time
    Searched defs:depfile (Results 1 - 4 of 4) sorted by null

  /external/dtc/
srcpos.c 52 FILE *depfile; /* = NULL */ variable
132 if (depfile)
133 fprintf(depfile, " %s", fullname);
  /build/kati/
ninja.cc 118 ERROR("Cannot find the depfile in %s", cmd.as_string().c_str());
457 bool GetDepfile(const DepNode* node, string* cmd_buf, string* depfile) {
459 node->depfile_var->Eval(ev_, depfile);
466 bool result = GetDepfileFromCommand(cmd_buf, depfile);
473 string depfile; local
474 if (!GetDepfile(node, cmd_buf, &depfile))
476 *o << " depfile = " << depfile << "\n";
  /external/kmod/tools/
depmod.c 2214 static const struct depfile { struct
    [all...]
  /build/make/core/
definitions.mk 930 define include-depfile
936 $(foreach obj, $(1), $(call include-depfile, $(obj:%.o=%.d), $(obj)))
    [all...]

Completed in 657 milliseconds