Home
last modified time | relevance | path

Searched defs:depfile (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/third_party/yasm/
Drun_yasm.py31 depfile = objfile + '.d' variable
/external/dtc/
Dsrcpos.c52 FILE *depfile; /* = NULL */ variable
/external/u-boot/scripts/dtc/
Dsrcpos.c52 FILE *depfile; /* = NULL */ variable
/external/u-boot/scripts/basic/
Dfixdep.c124 char *depfile; variable
/external/boringssl/src/
DCMakeLists.txt412 set(depfile "${CMAKE_CURRENT_BINARY_DIR}/${dest}.d") variable
/external/kmod/tools/
Ddepmod.c2407 static const struct depfile { in depmod_output() struct
2408 const char *name; in depmod_output()
2409 int (*cb)(struct depmod *depmod, FILE *out); in depmod_output()