Home
last modified time | relevance | path

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

/build/make/tools/signapk/src/com/android/signapk/
DCountingOutputStream.java24 public CountingOutputStream(OutputStream base) { in CountingOutputStream()
/build/make/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/make/tools/makeparallel/
Dmakeparallel.cpp78 size_t base = 0; in ReadMakeflags() local
/build/soong/cc/
Dgen_stub_libs.py224 def __init__(self, name, base, tags, symbols): argument
/build/kati/
Dfind.cc151 const string& base() const { return base_; } in base() function in __anon336b8ed40111::DirentNode
855 const DirentNode* base; in HandleFind() local
/build/soong/android/
Dmodule.go184 base() *ModuleBase methodSpec
527 func (a *ModuleBase) base() *ModuleBase { func