Lines Matching refs:testModuleInstallPathContext
1875 type testModuleInstallPathContext struct { struct
1890 func (m testModuleInstallPathContext) Config() Config { argument
1894 func (testModuleInstallPathContext) AddNinjaFileDeps(deps ...string) {} argument
1896 func (m testModuleInstallPathContext) InstallInData() bool { argument
1900 func (m testModuleInstallPathContext) InstallInTestcases() bool { argument
1904 func (m testModuleInstallPathContext) InstallInSanitizerDir() bool { argument
1908 func (m testModuleInstallPathContext) InstallInRamdisk() bool { argument
1912 func (m testModuleInstallPathContext) InstallInVendorRamdisk() bool { argument
1916 func (m testModuleInstallPathContext) InstallInDebugRamdisk() bool { argument
1920 func (m testModuleInstallPathContext) InstallInRecovery() bool { argument
1924 func (m testModuleInstallPathContext) InstallInRoot() bool { argument
1928 func (m testModuleInstallPathContext) InstallBypassMake() bool { argument
1932 func (m testModuleInstallPathContext) InstallForceOS() (*OsType, *ArchType) { argument
1940 ctx := &testModuleInstallPathContext{}