Home
last modified time | relevance | path

Searched defs:base (Results 1 – 8 of 8) 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/ide_query/cc_analyzer/
Dinclude_scanner.cc117 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> base) { in OverlayBuiltinHeaders()
/build/soong/android/
Dmodule_proxy.go42 func (m ModuleProxy) base() *ModuleBase { func
Dpaths.go587 func (d *directoryPath) base() basePath { func
594 base() basePath methodSpec
Dmodule.go68 base() *ModuleBase methodSpec
1227 func (m *ModuleBase) base() *ModuleBase { func
/build/blueprint/
Dmodule_ctx.go416 base() *baseModuleContext methodSpec
958 func (m *baseModuleContext) base() *baseModuleContext { func
Dcontext.go5295 func JoinPath(base, path string) string { argument