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

  /build/make/core/
product.mk 49 define get-product-makefiles
67 define get-all-product-makefiles
68 $(call get-product-makefiles,$(_find-android-products-files))
72 # Functions for including product makefiles
definitions.mk 155 ## Retrieve a list of all makefiles immediately below some directory
158 define all-makefiles-under
163 ## Look under a directory for makefiles that don't have parent
164 ## makefiles.
169 define first-makefiles-under
175 ## Retrieve a list of all makefiles immediately below your directory
179 define all-subdir-makefiles
180 $(call all-makefiles-under,$(call my-dir))
184 ## Look in the named list of directories for makefiles,
190 define all-named-subdir-makefiles
    [all...]
  /build/kati/
ninja.cc 137 // TODO: A hack for Makefiles generated by automake.
703 unordered_set<string> makefiles; local
704 MakefileCacheManager::Get()->GetAllFilenames(&makefiles);
705 DumpInt(fp, makefiles.size() + 1);
707 for (const string& makefile : makefiles) {

Completed in 265 milliseconds