Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go1238 type testPathContext struct { struct
1239 config Config
1240 fs pathtools.FileSystem
1243 func (x *testPathContext) Fs() pathtools.FileSystem { return x.fs }
1244 func (x *testPathContext) Config() Config { return x.config }
1245 func (x *testPathContext) AddNinjaFileDeps(...string) {}