Lines Matching defs:testModuleInstallPathContext
2105 type testModuleInstallPathContext struct { struct
2106 baseModuleContext
2108 inData bool
2109 inTestcases bool
2110 inSanitizerDir bool
2111 inRamdisk bool
2112 inVendorRamdisk bool
2113 inDebugRamdisk bool
2114 inRecovery bool
2115 inRoot bool
2116 inOdm bool
2117 inProduct bool
2118 inVendor bool
2119 forceOS *OsType
2120 forceArch *ArchType
2123 func (m testModuleInstallPathContext) Config() Config {
2127 func (testModuleInstallPathContext) AddNinjaFileDeps(deps ...string) {}
2129 func (m testModuleInstallPathContext) InstallInData() bool {
2133 func (m testModuleInstallPathContext) InstallInTestcases() bool {
2137 func (m testModuleInstallPathContext) InstallInSanitizerDir() bool {
2141 func (m testModuleInstallPathContext) InstallInRamdisk() bool {
2145 func (m testModuleInstallPathContext) InstallInVendorRamdisk() bool {
2149 func (m testModuleInstallPathContext) InstallInDebugRamdisk() bool {
2153 func (m testModuleInstallPathContext) InstallInRecovery() bool {
2157 func (m testModuleInstallPathContext) InstallInRoot() bool {
2161 func (m testModuleInstallPathContext) InstallInOdm() bool {
2165 func (m testModuleInstallPathContext) InstallInProduct() bool {
2169 func (m testModuleInstallPathContext) InstallInVendor() bool {
2173 func (m testModuleInstallPathContext) InstallForceOS() (*OsType, *ArchType) {