Lines Matching refs:testModuleInstallPathContext
2353 type testModuleInstallPathContext struct { struct
2374 func (m testModuleInstallPathContext) Config() Config { argument
2378 func (testModuleInstallPathContext) AddNinjaFileDeps(deps ...string) {} argument
2380 func (m testModuleInstallPathContext) InstallInData() bool { argument
2384 func (m testModuleInstallPathContext) InstallInTestcases() bool { argument
2388 func (m testModuleInstallPathContext) InstallInSanitizerDir() bool { argument
2392 func (m testModuleInstallPathContext) InstallInRamdisk() bool { argument
2396 func (m testModuleInstallPathContext) InstallInVendorRamdisk() bool { argument
2400 func (m testModuleInstallPathContext) InstallInDebugRamdisk() bool { argument
2404 func (m testModuleInstallPathContext) InstallInRecovery() bool { argument
2408 func (m testModuleInstallPathContext) InstallInRoot() bool { argument
2412 func (m testModuleInstallPathContext) InstallInOdm() bool { argument
2416 func (m testModuleInstallPathContext) InstallInProduct() bool { argument
2420 func (m testModuleInstallPathContext) InstallInVendor() bool { argument
2424 func (m testModuleInstallPathContext) InstallInSystemDlkm() bool { argument
2428 func (m testModuleInstallPathContext) InstallInVendorDlkm() bool { argument
2432 func (m testModuleInstallPathContext) InstallInOdmDlkm() bool { argument
2436 func (m testModuleInstallPathContext) InstallForceOS() (*OsType, *ArchType) { argument
2444 ctx := &testModuleInstallPathContext{}