Searched defs:base (Results 1 - 8 of 8) sorted by relevance

/build/kati/testcase/
H A Dforeach.mk0 base := base
4 files := $(foreach dir,$(dirs),$(foreach subdir,$(dirs),$(dir)/$(subdir)/$(base)))
1 base := base macro
/build/make/tools/makeparallel/
H A Dmakeparallel.cpp78 size_t base = 0; local
81 found = makeflags.find_first_of(" ", base);
82 args.push_back(makeflags.substr(base, found - base));
83 base = found + 1;
/build/tools/makeparallel/
H A Dmakeparallel.cpp78 size_t base = 0; local
81 found = makeflags.find_first_of(" ", base);
82 args.push_back(makeflags.substr(base, found - base));
83 base = found + 1;
/build/make/tools/atree/
H A Dfiles.cpp23 path_append(const string& base, const string& leaf) argument
25 string full = base;
26 if (base.length() > 0 && leaf.length() > 0) {
364 stat_out(const string& base, FileRecord* rec) argument
366 rec->outPath = path_append(base, rec->outName);
/build/tools/atree/
H A Dfiles.cpp23 path_append(const string& base, const string& leaf) argument
25 string full = base;
26 if (base.length() > 0 && leaf.length() > 0) {
364 stat_out(const string& base, FileRecord* rec) argument
366 rec->outPath = path_append(base, rec->outName);
/build/kati/
H A Dfind.cc151 const string& base() const { return base_; } function in class:__anon5::DirentNode
290 *path += c->base();
318 *path += c->base();
328 *path += c->base();
855 const DirentNode* base; variable
856 base = root->FindDir(finddir);
857 if (!base) {
871 if (!base->RunFind(fc, loc, 0, &path, &cur_read_dirs, results)) {
/build/core/
H A Dmain.mk745 define link-type-prefix-base
749 $(if $(filter AUX-%,$(link-type-prefix-base)),$(patsubst AUX-%,AUX,$(link-type-prefix-base)),$(link-type-prefix-base))
752 $(if $(filter AUX-%,$(link-type-prefix-base)),$(patsubst AUX-%,%,$(link-type-prefix-base)))
896 # The base list of modules to build for this product is specified
/build/make/core/
H A Dmain.mk745 define link-type-prefix-base
749 $(if $(filter AUX-%,$(link-type-prefix-base)),$(patsubst AUX-%,AUX,$(link-type-prefix-base)),$(link-type-prefix-base))
752 $(if $(filter AUX-%,$(link-type-prefix-base)),$(patsubst AUX-%,%,$(link-type-prefix-base)))
896 # The base list of modules to build for this product is specified

Completed in 149 milliseconds