Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths_test.go202 type moduleInstallPathContextImpl struct { struct
203 androidBaseContextImpl
205 inData bool
206 inSanitizerDir bool
207 inRecovery bool
210 func (moduleInstallPathContextImpl) Fs() pathtools.FileSystem {
214 func (m moduleInstallPathContextImpl) Config() Config {
218 func (moduleInstallPathContextImpl) AddNinjaFileDeps(deps ...string) {}
220 func (m moduleInstallPathContextImpl) InstallInData() bool {
224 func (m moduleInstallPathContextImpl) InstallInSanitizerDir() bool {
[all …]