Searched refs:FileGroupFactory (Results 1 – 5 of 5) sorted by relevance
/build/soong/android/ |
D | filegroup.go | 23 RegisterModuleType("filegroup", FileGroupFactory) 28 ctx.RegisterModuleType("filegroup", FileGroupFactory) 100 func FileGroupFactory() Module { func
|
D | paths_test.go | 1164 ctx.RegisterModuleType("filegroup", FileGroupFactory)
|
/build/soong/bp2build/ |
D | build_conversion_test.go | 553 moduleTypeUnderTestFactory: android.FileGroupFactory, 568 moduleTypeUnderTestFactory: android.FileGroupFactory, 584 moduleTypeUnderTestFactory: android.FileGroupFactory, 603 moduleTypeUnderTestFactory: android.FileGroupFactory, 620 moduleTypeUnderTestFactory: android.FileGroupFactory, 646 moduleTypeUnderTestFactory: android.FileGroupFactory, 678 moduleTypeUnderTestFactory: android.FileGroupFactory, 1178 moduleTypeUnderTestFactory: android.FileGroupFactory, 1190 moduleTypeUnderTestFactory: android.FileGroupFactory, 1201 moduleTypeUnderTestFactory: android.FileGroupFactory, [all …]
|
/build/soong/cc/ |
D | test_data_test.go | 126 ctx.RegisterModuleType("filegroup", android.FileGroupFactory)
|
D | testing.go | 674 ctx.RegisterModuleType("filegroup", android.FileGroupFactory)
|