Searched defs:files (Results 1 - 25 of 31) sorted by relevance

12

/build/kati/testcase/
H A Dwildcard_multi.mk0 files = $(wildcard P* M*)
7 echo $(files)
1 files = $(wildcard P* M*) macro
H A Dwildcard_with_commas.mk0 files = $(wildcard *,*)
5 echo $(files)
11 echo $(files)
1 files = $(wildcard *,*) macro
H A Dwildcard.mk5 files = $(wildcard M*) macro
8 files += $(wildcard tmp/../M*)
9 files += $(wildcard not_exist/../M*)
10 files += $(wildcard tmp/../M* not_exist/../M* tmp/../M*)
13 files += $(wildcard [ABC] C B A)
20 echo $(files)
H A Dwildcard_cache.mk9 files = $(wildcard *,*) macro
13 echo $(files)
16 # first $(files) will be empty since no foo,bar exists.
17 # second $(files) expects foo, but empty.
19 echo $(files)
21 echo $(files)
H A Dforeach.mk4 files := $(foreach dir,$(dirs),$(foreach subdir,$(dirs),$(dir)/$(subdir)/$(base))) macro
7 echo $(files)
H A Dwildcard_with_var.mk3 files = $(wildcard $(pattern)) macro
7 echo $(files)
/build/core/
H A Dproduct.mk18 # Functions for including AndroidProducts.mk files
28 define _search-android-products-files-in-dir
36 # Returns the list of all AndroidProducts.mk files.
39 define _find-android-products-files
40 $(foreach d, device vendor product,$(call _search-android-products-files-in-dir,$(d))) \
46 # variables set in the given AndroidProducts.mk files.
47 # $(1): the list of AndroidProducts.mk files.
64 # variables set in all AndroidProducts.mk files.
68 $(call get-product-makefiles,$(_find-android-products-files))
310 define add-to-product-copy-files
[all...]
H A Ddefinitions.mk36 # Some targets may have multiple files listed in the BUILT and INSTALLED
58 # Full path to all files that are made by some tool
61 # Full path to all asm, C, C++, lex and yacc generated C files.
68 # These files go into the SDK
74 # All findbugs xml files
77 # GPL module license files
99 # All installed initrc files
127 ## Rule for touching GCNO files.
202 $(call find-subdir-files,$(2) -type d -name "$(1)")
215 ## Find all of the files unde
[all...]
H A Dproduct_config.mk52 # TODO: push this into the combo files; unfortunately, we don't even
67 ## List all of the files in a subdirectory in a format
76 define find-copy-subdir-files
188 # files in the tree.
268 # A list of module names of BOOTCLASSPATH (jar files)
280 # TODO: also keep track of things like "port", "land" in product files.
381 # of these keys are stored in the target-files zip so that post-build
/build/make/core/
H A Dproduct.mk18 # Functions for including AndroidProducts.mk files
28 define _search-android-products-files-in-dir
36 # Returns the list of all AndroidProducts.mk files.
39 define _find-android-products-files
40 $(foreach d, device vendor product,$(call _search-android-products-files-in-dir,$(d))) \
46 # variables set in the given AndroidProducts.mk files.
47 # $(1): the list of AndroidProducts.mk files.
64 # variables set in all AndroidProducts.mk files.
68 $(call get-product-makefiles,$(_find-android-products-files))
310 define add-to-product-copy-files
[all...]
H A Ddefinitions.mk36 # Some targets may have multiple files listed in the BUILT and INSTALLED
58 # Full path to all files that are made by some tool
61 # Full path to all asm, C, C++, lex and yacc generated C files.
68 # These files go into the SDK
74 # All findbugs xml files
77 # GPL module license files
99 # All installed initrc files
127 ## Rule for touching GCNO files.
202 $(call find-subdir-files,$(2) -type d -name "$(1)")
215 ## Find all of the files unde
[all...]
H A Dproduct_config.mk52 # TODO: push this into the combo files; unfortunately, we don't even
67 ## List all of the files in a subdirectory in a format
76 define find-copy-subdir-files
188 # files in the tree.
268 # A list of module names of BOOTCLASSPATH (jar files)
280 # TODO: also keep track of things like "port", "land" in product files.
381 # of these keys are stored in the target-files zip so that post-build
/build/make/tools/atree/
H A Dfs.cpp2 #include "files.h"
54 vector<string> files; local
70 files.push_back(full);
75 for (vector<string>::iterator it=files.begin(); it!=files.end(); it++) {
H A Datree.cpp7 #include "files.h"
28 " -f FILELIST Specify one or more files containing the\n"
29 " list of files to copy.\n"
31 " which to look for the files\n"
33 " output files to.\n"
34 " -l Use hard links instead of copying the files.\n"
36 " of files included. It sets the variable ATREE_FILES.\n"
37 " -v VAR=VAL Replaces ${VAR} by VAL when reading input files.\n"
41 " The FILELIST files contain the list of files tha
205 vector<FileRecord> files; local
[all...]
H A Dfiles.cpp1 #include "files.h"
114 add_file(vector<FileRecord>* files, const FileOpType fileOp, argument
124 files->push_back(rec);
180 vector<FileRecord>* files,
313 add_file(files, op, filename, i+1, paths[0], paths[1]);
334 // Don't touch source files when removing a destination.
467 vector<FileRecord>* files)
469 return list_dir("", rec, excludes, files);
178 read_list_file(const string& filename, const map<string, string>& variables, vector<FileRecord>* files, vector<string>* excludes) argument
466 list_dir(const FileRecord& rec, const vector<string>& excludes, vector<FileRecord>* files) argument
/build/tools/atree/
H A Dfs.cpp2 #include "files.h"
54 vector<string> files; local
70 files.push_back(full);
75 for (vector<string>::iterator it=files.begin(); it!=files.end(); it++) {
H A Datree.cpp7 #include "files.h"
28 " -f FILELIST Specify one or more files containing the\n"
29 " list of files to copy.\n"
31 " which to look for the files\n"
33 " output files to.\n"
34 " -l Use hard links instead of copying the files.\n"
36 " of files included. It sets the variable ATREE_FILES.\n"
37 " -v VAR=VAL Replaces ${VAR} by VAL when reading input files.\n"
41 " The FILELIST files contain the list of files tha
205 vector<FileRecord> files; local
[all...]
H A Dfiles.cpp1 #include "files.h"
114 add_file(vector<FileRecord>* files, const FileOpType fileOp, argument
124 files->push_back(rec);
180 vector<FileRecord>* files,
313 add_file(files, op, filename, i+1, paths[0], paths[1]);
334 // Don't touch source files when removing a destination.
467 vector<FileRecord>* files)
469 return list_dir("", rec, excludes, files);
178 read_list_file(const string& filename, const map<string, string>& variables, vector<FileRecord>* files, vector<string>* excludes) argument
466 list_dir(const FileRecord& rec, const vector<string>& excludes, vector<FileRecord>* files) argument
/build/kati/
H A Deval.cc298 vector<string>* files; local
299 Glob(pat.data(), &files);
302 if (files->empty()) {
308 for (const string& fname : *files) {
H A Dfileutil.cc163 void Get(const char* pat, vector<string>** files) { argument
166 vector<string>* files = p.first->second = new vector<string>; local
171 files->push_back(gl.gl_pathv[i]);
176 files->push_back(pat);
179 *files = p.first->second;
201 void Glob(const char* pat, vector<string>** files) { argument
202 g_gc.Get(pat, files);
H A Dregen.cc64 vector<string> files; member in struct:__anon8::StampChecker::ShellResult
254 sr->files.push_back(s);
275 vector<string>* files; local
276 Glob(gr->pat.c_str(), &files);
277 bool needs_regen = files->size() != gr->result.size();
280 if ((*files)[i] != gr->result[i]) {
314 for (const string& file : sr->files) {
/build/make/tools/ijar/
H A Dzip_main.cc22 // CRC-32 of all files in the zip file will be set to 0.
47 // A ZipExtractorProcessor that extract all files in the ZIP file.
51 // Create a processor who will extract the files into output_root
52 // if "extract" is set to true and will print the list of files and
180 int create(char *zipfile, char **files, bool flatten, bool verbose, argument
183 u8 size = ZipBuilder::EstimateSize(files);
193 for (int i = 0; files[i] != NULL; i++) {
194 stat(files[i], &statst);
204 basename(files[i], path, PATH_MAX);
206 strncpy(path, files[
[all...]
/build/tools/ijar/
H A Dzip_main.cc22 // CRC-32 of all files in the zip file will be set to 0.
47 // A ZipExtractorProcessor that extract all files in the ZIP file.
51 // Create a processor who will extract the files into output_root
52 // if "extract" is set to true and will print the list of files and
180 int create(char *zipfile, char **files, bool flatten, bool verbose, argument
183 u8 size = ZipBuilder::EstimateSize(files);
193 for (int i = 0; files[i] != NULL; i++) {
194 stat(files[i], &statst);
204 basename(files[i], path, PATH_MAX);
206 strncpy(path, files[
[all...]
/build/make/tools/fs_config/
H A Dfs_config_generator.py2 """Generates config files for Android file system properties.
4 This script is used for generating configuration files for configuring
509 This class is responsible for parsing the config.fs ini format files.
510 It collects and checks all the data in these files and makes it available
530 config_files ([str]): The list of config.fs files to parse.
551 """Parses and verifies config.fs files. Internal use only.
562 # read(filenames...) later files can override earlier files which is
563 # not what we want. Track state across files and enforce with
669 to the internal dirs or files lis
736 def files(self): member in class:FSConfigFileParser
[all...]
/build/tools/fs_config/
H A Dfs_config_generator.py2 """Generates config files for Android file system properties.
4 This script is used for generating configuration files for configuring
509 This class is responsible for parsing the config.fs ini format files.
510 It collects and checks all the data in these files and makes it available
530 config_files ([str]): The list of config.fs files to parse.
551 """Parses and verifies config.fs files. Internal use only.
562 # read(filenames...) later files can override earlier files which is
563 # not what we want. Track state across files and enforce with
669 to the internal dirs or files lis
736 def files(self): member in class:FSConfigFileParser
[all...]

Completed in 3244 milliseconds

12