Lines Matching defs:testModuleInstallPathContext

2372 type testModuleInstallPathContext struct {  struct
2373 baseModuleContext
2375 inData bool
2376 inTestcases bool
2377 inSanitizerDir bool
2378 inRamdisk bool
2379 inVendorRamdisk bool
2380 inDebugRamdisk bool
2381 inRecovery bool
2382 inRoot bool
2383 inOdm bool
2384 inProduct bool
2385 inVendor bool
2386 inSystemDlkm bool
2387 inVendorDlkm bool
2388 inOdmDlkm bool
2389 forceOS *OsType
2390 forceArch *ArchType
2393 func (m testModuleInstallPathContext) Config() Config {
2397 func (testModuleInstallPathContext) AddNinjaFileDeps(deps ...string) {}
2399 func (m testModuleInstallPathContext) InstallInData() bool {
2403 func (m testModuleInstallPathContext) InstallInTestcases() bool {
2407 func (m testModuleInstallPathContext) InstallInSanitizerDir() bool {
2411 func (m testModuleInstallPathContext) InstallInRamdisk() bool {
2415 func (m testModuleInstallPathContext) InstallInVendorRamdisk() bool {
2419 func (m testModuleInstallPathContext) InstallInDebugRamdisk() bool {
2423 func (m testModuleInstallPathContext) InstallInRecovery() bool {
2427 func (m testModuleInstallPathContext) InstallInRoot() bool {
2431 func (m testModuleInstallPathContext) InstallInOdm() bool {
2435 func (m testModuleInstallPathContext) InstallInProduct() bool {
2439 func (m testModuleInstallPathContext) InstallInVendor() bool {
2443 func (m testModuleInstallPathContext) InstallInSystemDlkm() bool {
2447 func (m testModuleInstallPathContext) InstallInVendorDlkm() bool {
2451 func (m testModuleInstallPathContext) InstallInOdmDlkm() bool {
2455 func (m testModuleInstallPathContext) InstallForceOS() (*OsType, *ArchType) {