Lines Matching refs:testModuleInstallPathContext
2372 type testModuleInstallPathContext struct { struct
2393 func (m testModuleInstallPathContext) Config() Config { argument
2397 func (testModuleInstallPathContext) AddNinjaFileDeps(deps ...string) {} argument
2399 func (m testModuleInstallPathContext) InstallInData() bool { argument
2403 func (m testModuleInstallPathContext) InstallInTestcases() bool { argument
2407 func (m testModuleInstallPathContext) InstallInSanitizerDir() bool { argument
2411 func (m testModuleInstallPathContext) InstallInRamdisk() bool { argument
2415 func (m testModuleInstallPathContext) InstallInVendorRamdisk() bool { argument
2419 func (m testModuleInstallPathContext) InstallInDebugRamdisk() bool { argument
2423 func (m testModuleInstallPathContext) InstallInRecovery() bool { argument
2427 func (m testModuleInstallPathContext) InstallInRoot() bool { argument
2431 func (m testModuleInstallPathContext) InstallInOdm() bool { argument
2435 func (m testModuleInstallPathContext) InstallInProduct() bool { argument
2439 func (m testModuleInstallPathContext) InstallInVendor() bool { argument
2443 func (m testModuleInstallPathContext) InstallInSystemDlkm() bool { argument
2447 func (m testModuleInstallPathContext) InstallInVendorDlkm() bool { argument
2451 func (m testModuleInstallPathContext) InstallInOdmDlkm() bool { argument
2455 func (m testModuleInstallPathContext) InstallForceOS() (*OsType, *ArchType) { argument
2463 ctx := &testModuleInstallPathContext{}