Searched defs:variables (Results 1 - 4 of 4) sorted by relevance

/build/make/tools/atree/
H A Dfiles.cpp129 const map<string, string>& variables,
131 if (variables.empty()) {
150 for (map<string, string>::const_iterator it = variables.begin();
151 it != variables.end(); ++it) {
161 fprintf(stderr, "Recursive replacement detected during variables "
162 "substitution. Full list of variables is: ");
164 for (map<string, string>::const_iterator it = variables.begin();
165 it != variables.end(); ++it) {
179 const map<string, string>& variables,
288 paths[pcount++] = replace_variables(word, variables,
128 replace_variables(const string& input, const map<string, string>& variables, bool* error) argument
178 read_list_file(const string& filename, const map<string, string>& variables, vector<FileRecord>* files, vector<string>* excludes) argument
[all...]
/build/tools/atree/
H A Dfiles.cpp129 const map<string, string>& variables,
131 if (variables.empty()) {
150 for (map<string, string>::const_iterator it = variables.begin();
151 it != variables.end(); ++it) {
161 fprintf(stderr, "Recursive replacement detected during variables "
162 "substitution. Full list of variables is: ");
164 for (map<string, string>::const_iterator it = variables.begin();
165 it != variables.end(); ++it) {
179 const map<string, string>& variables,
288 paths[pcount++] = replace_variables(word, variables,
128 replace_variables(const string& input, const map<string, string>& variables, bool* error) argument
178 read_list_file(const string& filename, const map<string, string>& variables, vector<FileRecord>* files, vector<string>* excludes) argument
[all...]
/build/core/
H A Ddefinitions.mk23 # These are variables we use to collect overall lists
30 # For each element of ALL_MODULES, two other variables
37 # sub-variables.
55 # its sub-variables.)
2924 # variables listed below differently.
2952 define set-inherited-package-variables
2953 $(strip $(call set-inherited-package-variables-internal))
2960 define set-inherited-package-variables-internal
/build/make/core/
H A Ddefinitions.mk23 # These are variables we use to collect overall lists
30 # For each element of ALL_MODULES, two other variables
37 # sub-variables.
55 # its sub-variables.)
2924 # variables listed below differently.
2952 define set-inherited-package-variables
2953 $(strip $(call set-inherited-package-variables-internal))
2960 define set-inherited-package-variables-internal

Completed in 69 milliseconds