Lines Matching refs:testModuleInstallPathContext
1997 type testModuleInstallPathContext struct { struct
2012 func (m testModuleInstallPathContext) Config() Config { argument
2016 func (testModuleInstallPathContext) AddNinjaFileDeps(deps ...string) {} argument
2018 func (m testModuleInstallPathContext) InstallInData() bool { argument
2022 func (m testModuleInstallPathContext) InstallInTestcases() bool { argument
2026 func (m testModuleInstallPathContext) InstallInSanitizerDir() bool { argument
2030 func (m testModuleInstallPathContext) InstallInRamdisk() bool { argument
2034 func (m testModuleInstallPathContext) InstallInVendorRamdisk() bool { argument
2038 func (m testModuleInstallPathContext) InstallInDebugRamdisk() bool { argument
2042 func (m testModuleInstallPathContext) InstallInRecovery() bool { argument
2046 func (m testModuleInstallPathContext) InstallInRoot() bool { argument
2050 func (m testModuleInstallPathContext) InstallForceOS() (*OsType, *ArchType) { argument
2058 ctx := &testModuleInstallPathContext{}