Searched refs:OutputFiles (Results 1 – 16 of 16) sorted by relevance
/system/tools/aidl/tests/ |
D | aidl_parser_fuzzer.cpp | 73 for (const auto& [f, output] : io.OutputFiles()) { in LLVMFuzzerTestOneInput()
|
D | fake_io_delegate.h | 57 const std::map<std::string, std::string>& OutputFiles() const;
|
D | fake_io_delegate.cpp | 108 const std::map<std::string, std::string>& FakeIoDelegate::OutputFiles() const { in OutputFiles() function in android::aidl::test::FakeIoDelegate
|
/system/sepolicy/build/soong/ |
D | sepolicy_vers.go | 107 func (v *sepolicyVers) OutputFiles(tag string) (android.Paths, error) { func
|
D | compat_cil.go | 98 func (c *compatCil) OutputFiles(tag string) (android.Paths, error) { func 219 outputs, err := o.OutputFiles("")
|
D | policy.go | 274 func (c *policyConf) OutputFiles(tag string) (android.Paths, error) { func 437 func (c *policyCil) OutputFiles(tag string) (android.Paths, error) { func 584 func (c *policyBinary) OutputFiles(tag string) (android.Paths, error) { func
|
D | cil_compat_map.go | 166 func (c *cilCompatMap) OutputFiles(tag string) (android.Paths, error) { func
|
D | versioned_policy.go | 182 func (m *versionedPolicy) OutputFiles(tag string) (android.Paths, error) { func
|
D | sepolicy_neverallow.go | 122 outputs, err := o.OutputFiles("")
|
D | build_files.go | 78 func (b *buildFiles) OutputFiles(tag string) (android.Paths, error) { func
|
D | selinux_contexts.go | 525 func (m *selinuxContextsModule) OutputFiles(tag string) (android.Paths, error) { func
|
/system/tools/aidl/build/ |
D | aidl_rust_source_provider.go | 87 sp.BaseSourceProvider.OutputFiles = android.Paths{topLevelOutputFile}
|
D | aidl_test.go | 1139 t.Errorf("%s(%s): failed to get OutputFiles: %v", moduleName, variant, err)
|
/system/tools/xsdc/build/ |
D | xsdc.go | 338 func (module *xsdConfig) OutputFiles(tag string) (android.Paths, error) { func
|
/system/tools/hidl/build/ |
D | hidl_interface.go | 154 func (m *hidlInterfacesMetadataSingleton) OutputFiles(tag string) (android.Paths, error) { func
|
/system/tools/aidl/ |
D | aidl_unittest.cpp | 921 EXPECT_THAT(io_delegate_.OutputFiles(), testing::Eq(expected)); in TEST_F() 978 EXPECT_THAT(io_delegate_.OutputFiles(), testing::Eq(expected)); in TEST_F() 3948 map<string, string> outputs = io_delegate_.OutputFiles(); in TEST_P() 3956 EXPECT_EQ(outputs, io_delegate_.OutputFiles()); in TEST_P() 3967 EXPECT_EQ(outputs, io_delegate_.OutputFiles()); in TEST_P()
|