Home
last modified time | relevance | path

Searched defs:pathContext (Results 1 – 2 of 2) sorted by relevance

/build/soong/dexpreopt/dexpreopt_gen/
Ddexpreopt_gen.go40 type pathContext struct { struct
41 config android.Config
44 func (x *pathContext) Fs() pathtools.FileSystem { return pathtools.OsFs }
45 func (x *pathContext) Config() android.Config { return x.config }
46 func (x *pathContext) AddNinjaFileDeps(...string) {}
/build/soong/android/
Drule_builder_test.go27 func pathContext() PathContext { func