Home
last modified time | relevance | path

Searched refs:ContextImpl (Results 1 – 4 of 4) sorted by relevance

/build/soong/ui/build/
Dcontext.go31 type Context struct{ *ContextImpl } anonMember
32 type ContextImpl struct { struct
48 func (c ContextImpl) BeginTrace(name, desc string) { argument
58 func (c ContextImpl) EndTrace() { argument
68 func (c ContextImpl) CompleteTrace(name, desc string, begin, end uint64) { argument
Dconfig_test.go38 return Context{&ContextImpl{
/build/soong/cuj/
Dcuj.go75 buildCtx := build.Context{ContextImpl: &build.ContextImpl{
/build/soong/cmd/soong_ui/
Dmain.go173 buildCtx := build.Context{ContextImpl: &build.ContextImpl{
245 log := buildCtx.ContextImpl.Logger
293 …buildCtx.ContextImpl.Tracer.ImportMicrofactoryLog(filepath.Join(filepath.Dir(executable), "."+file…