Home
last modified time | relevance | path

Searched refs:makefile (Results 1 – 11 of 11) sorted by relevance

/build/kati/
Dmain.cc142 new SimpleVar(StringPrintf(" %s", g_flags.makefile), VarOrigin::FILE)); in Run()
163 Makefile* mk = cache_mgr->ReadMakefile(g_flags.makefile); in Run()
217 if (g_flags.makefile != NULL) in FindFirstMakefie()
220 g_flags.makefile = "GNUmakefile"; in FindFirstMakefie()
223 g_flags.makefile = "makefile"; in FindFirstMakefie()
226 g_flags.makefile = "Makefile"; in FindFirstMakefie()
252 if (g_flags.makefile == NULL) in main()
Dparser.go37 type makefile struct { struct
50 mk makefile
623 func (p *parser) parse() (mk makefile, err error) {
632 return makefile{}, p.err
647 return makefile{}, p.err
739 func parseMakefileReader(rd io.Reader, loc srcpos) (makefile, error) {
747 func parseMakefileString(s string, loc srcpos) (makefile, error) {
751 func parseMakefileBytes(s []byte, loc srcpos) (makefile, error) {
756 mk makefile
771 func (mc *makefileCacheT) lookup(filename string) (makefile, [sha1.Size]byte, bool, error) {
[all …]
Dbootstrap.go25 func bootstrapMakefile(targets []string) (makefile, error) {
49 return makefile{}, err
Dflags.h44 const char* makefile; member
Dflags.cc60 makefile = argv[++i]; in Parse()
Dninja.cc700 for (const string& makefile : makefiles) { in GenerateStamp() local
701 DumpString(fp, makefile); in GenerateStamp()
Dserialize.go755 func loadCache(makefile string, roots []string) (*DepGraph, error) {
761 filename := cacheFilename(makefile, roots)
Deval.go463 func (ev *Evaluator) evalIncludeFile(fname string, mk makefile) error {
676 func eval(mk makefile, vars Vars, useCache bool) (er *evalResult, err error) { argument
/build/core/
Dproduct_config.mk234 $(error Can not locate config makefile for product "$(TARGET_PRODUCT)")
Dbase_rules.mk95 $(warning * section of a product makefile to have it installed.)
Ddefinitions.mk138 $(error my-dir must be called before including any other makefile.) \