Lines Matching defs:testModuleInstallPathContext
1875 type testModuleInstallPathContext struct { struct
1876 baseModuleContext
1878 inData bool
1879 inTestcases bool
1880 inSanitizerDir bool
1881 inRamdisk bool
1882 inVendorRamdisk bool
1883 inDebugRamdisk bool
1884 inRecovery bool
1885 inRoot bool
1886 forceOS *OsType
1887 forceArch *ArchType
1890 func (m testModuleInstallPathContext) Config() Config {
1894 func (testModuleInstallPathContext) AddNinjaFileDeps(deps ...string) {}
1896 func (m testModuleInstallPathContext) InstallInData() bool {
1900 func (m testModuleInstallPathContext) InstallInTestcases() bool {
1904 func (m testModuleInstallPathContext) InstallInSanitizerDir() bool {
1908 func (m testModuleInstallPathContext) InstallInRamdisk() bool {
1912 func (m testModuleInstallPathContext) InstallInVendorRamdisk() bool {
1916 func (m testModuleInstallPathContext) InstallInDebugRamdisk() bool {
1920 func (m testModuleInstallPathContext) InstallInRecovery() bool {
1924 func (m testModuleInstallPathContext) InstallInRoot() bool {
1928 func (m testModuleInstallPathContext) InstallBypassMake() bool {
1932 func (m testModuleInstallPathContext) InstallForceOS() (*OsType, *ArchType) {