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

/build/core/
H A Dproduct.mk18 # Functions for including AndroidProducts.mk files
27 # Returns the list of all AndroidProducts.mk files.
30 define _find-android-products-files
38 # variables set in the given AndroidProducts.mk files.
39 # $(1): the list of AndroidProducts.mk files.
56 # variables set in all AndroidProducts.mk files.
60 $(call get-product-makefiles,$(_find-android-products-files))
299 define add-to-product-copy-files-if-exists
H A Ddefinitions.mk36 # Some targets may have multiple files listed in the BUILT and INSTALLED
58 # Full paths to all prebuilt files that will be copied
62 # Full path to all files that are made by some tool
65 # Full path to all asm, C, C++, lex and yacc generated C files.
72 # These files go into the SDK
78 # All findbugs xml files
81 # GPL module license files
178 ## Find all of the java files under the named directories.
180 ## SRC_FILES := $(call all-java-files-under,src tests)
183 define all-java-files
[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.
282 # A list of module names of BOOTCLASSPATH (jar files)
292 # TODO: also keep track of things like "port", "land" in product files.
407 # of these keys are stored in the target-files zip so that post-build
H A DMakefile7 # Pick a reasonable string to use to identify files.
24 define check-product-copy-files
37 $(call check-product-copy-files,$(cf)) \
99 # when the target-files is signed in a post-build step.
543 # NOTICE files
551 # ALL_DEFAULT_INSTALLED_MODULES, which those use to pick which files
556 # Create the rule to combine the files into text and html forms
560 # $(4) - Directory to use. Notice files are all $(4)/src. Other
562 # $(5) - Dependencies for the output files
565 # files an
[all...]
/build/tools/atree/
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 Dfs.cpp2 #include "files.h"
54 vector<string> files; local
77 files.push_back(full);
82 for (vector<string>::iterator it=files.begin(); it!=files.end(); it++) {
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.
474 vector<FileRecord>* files)
476 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
473 list_dir(const FileRecord& rec, const vector<string>& excludes, vector<FileRecord>* files) argument

Completed in 166 milliseconds