Home
last modified time | relevance | path

Searched defs:base (Results 1 – 4 of 4) sorted by relevance

/build/tools/atree/
Dfiles.cpp23 path_append(const string& base, const string& leaf) in path_append()
364 stat_out(const string& base, FileRecord* rec) in stat_out()
/build/tools/makeparallel/
Dmakeparallel.cpp77 size_t base = 0; in ReadMakeflags() local
/build/kati/
Dfind.cc125 const string& base() const { return base_; } in base() function in __anon2fe5d9d00111::DirentNode
782 const DirentNode* base = FindDir(dir, &should_fallback); in HandleFind() local
/build/soong/common/
Dmodule.go91 base() *AndroidModuleBase methodSpec
236 func (a *AndroidModuleBase) base() *AndroidModuleBase { func