Searched defs:OutputFiles (Results 1 – 19 of 19) sorted by relevance
/build/soong/android/ |
D | androidmk_test.go | 42 func (m *customModule) OutputFiles(tag string) (Paths, error) { func
|
D | prebuilt_test.go | 423 func (p *prebuiltModule) OutputFiles(tag string) (Paths, error) { func
|
D | paths_test.go | 943 func (p *pathForModuleSrcOutputFileProviderModule) OutputFiles(tag string) (Paths, error) { func
|
D | module.go | 2205 OutputFiles(tag string) (Paths, error) methodSpec
|
/build/soong/bpf/ |
D | bpf.go | 133 func (bpf *bpf) OutputFiles(tag string) (android.Paths, error) { func
|
/build/soong/remoteexec/ |
D | remoteexec.go | 77 OutputFiles []string member
|
/build/soong/java/ |
D | hiddenapi_singleton.go | 360 func (h *hiddenAPIFlags) OutputFiles(tag string) (android.Paths, error) { func
|
D | platform_compat_config.go | 182 func (h *globalCompatConfig) OutputFiles(tag string) (android.Paths, error) { func
|
D | droiddoc.go | 398 func (j *Javadoc) OutputFiles(tag string) (android.Paths, error) { func 1251 func (d *Droidstubs) OutputFiles(tag string) (android.Paths, error) { func 2022 func (p *PrebuiltStubsSources) OutputFiles(tag string) (android.Paths, error) { func
|
D | sdk_library.go | 1010 func (module *SdkLibrary) OutputFiles(tag string) (android.Paths, error) { func 1908 func (module *SdkLibraryImport) OutputFiles(tag string) (android.Paths, error) { func
|
D | app.go | 962 func (a *AndroidApp) OutputFiles(tag string) (android.Paths, error) { func
|
D | java.go | 515 func (j *Module) OutputFiles(tag string) (android.Paths, error) { func
|
/build/soong/apex/ |
D | prebuilt.go | 142 func (p *Prebuilt) OutputFiles(tag string) (android.Paths, error) { func
|
D | apex.go | 1505 func (a *apexBundle) OutputFiles(tag string) (android.Paths, error) { func
|
/build/soong/cc/ |
D | vndk.go | 510 func (txt *vndkLibrariesTxt) OutputFiles(tag string) (android.Paths, error) { func
|
D | cc.go | 2712 func (c *Module) OutputFiles(tag string) (android.Paths, error) { func
|
/build/soong/sysprop/ |
D | sysprop_library.go | 101 func (g *syspropJavaGenRule) OutputFiles(tag string) (android.Paths, error) { func
|
/build/soong/python/ |
D | python.go | 261 func (p *Module) OutputFiles(tag string) (android.Paths, error) { func
|
/build/soong/rust/ |
D | rust.go | 91 func (mod *Module) OutputFiles(tag string) (android.Paths, error) { func
|