• Home
  • Raw
  • Download

Lines Matching defs:testModuleInstallPathContext

2353 type testModuleInstallPathContext struct {  struct
2354 baseModuleContext
2356 inData bool
2357 inTestcases bool
2358 inSanitizerDir bool
2359 inRamdisk bool
2360 inVendorRamdisk bool
2361 inDebugRamdisk bool
2362 inRecovery bool
2363 inRoot bool
2364 inOdm bool
2365 inProduct bool
2366 inVendor bool
2367 inSystemDlkm bool
2368 inVendorDlkm bool
2369 inOdmDlkm bool
2370 forceOS *OsType
2371 forceArch *ArchType
2374 func (m testModuleInstallPathContext) Config() Config {
2378 func (testModuleInstallPathContext) AddNinjaFileDeps(deps ...string) {}
2380 func (m testModuleInstallPathContext) InstallInData() bool {
2384 func (m testModuleInstallPathContext) InstallInTestcases() bool {
2388 func (m testModuleInstallPathContext) InstallInSanitizerDir() bool {
2392 func (m testModuleInstallPathContext) InstallInRamdisk() bool {
2396 func (m testModuleInstallPathContext) InstallInVendorRamdisk() bool {
2400 func (m testModuleInstallPathContext) InstallInDebugRamdisk() bool {
2404 func (m testModuleInstallPathContext) InstallInRecovery() bool {
2408 func (m testModuleInstallPathContext) InstallInRoot() bool {
2412 func (m testModuleInstallPathContext) InstallInOdm() bool {
2416 func (m testModuleInstallPathContext) InstallInProduct() bool {
2420 func (m testModuleInstallPathContext) InstallInVendor() bool {
2424 func (m testModuleInstallPathContext) InstallInSystemDlkm() bool {
2428 func (m testModuleInstallPathContext) InstallInVendorDlkm() bool {
2432 func (m testModuleInstallPathContext) InstallInOdmDlkm() bool {
2436 func (m testModuleInstallPathContext) InstallForceOS() (*OsType, *ArchType) {