Searched defs:install (Results 1 – 16 of 16) sorted by relevance
| /build/soong/rust/ |
| D | fuzz.go | 108 func (fuzz *fuzzDecorator) install(ctx ModuleContext) { func
|
| D | benchmark.go | 114 func (benchmark *benchmarkDecorator) install(ctx ModuleContext) { func
|
| D | test.go | 118 func (test *testDecorator) install(ctx ModuleContext) { func
|
| D | compiler.go | 457 func (compiler *baseCompiler) install(ctx ModuleContext) { func
|
| D | library.go | 615 func (library *libraryDecorator) install(ctx ModuleContext) { func
|
| D | rust.go | 482 install(ctx ModuleContext) methodSpec
|
| /build/soong/cc/ |
| D | vndk_prebuilt.go | 206 func (p *vndkPrebuiltLibraryDecorator) install(ctx ModuleContext, file android.Path) { func
|
| D | installer.go | 99 func (installer *baseInstaller) install(ctx ModuleContext, file android.Path) { func
|
| D | fuzz.go | 231 func (fuzzBin *fuzzBinary) install(ctx ModuleContext, file android.Path) { func
|
| D | test.go | 360 func (test *testBinary) install(ctx ModuleContext, file android.Path) { func 598 func (benchmark *benchmarkDecorator) install(ctx ModuleContext, file android.Path) { func
|
| D | ndk_library.go | 550 func (stub *stubDecorator) install(ctx ModuleContext, path android.Path) { func
|
| D | binary.go | 501 func (binary *binaryDecorator) install(ctx ModuleContext, file android.Path) { func
|
| D | snapshot_prebuilt.go | 515 func (p *snapshotLibraryDecorator) install(ctx ModuleContext, file android.Path) { func
|
| D | library.go | 2224 func (library *libraryDecorator) install(ctx ModuleContext, file android.Path) { func
|
| D | cc.go | 607 install(ctx ModuleContext, path android.Path) methodSpec
|
| /build/soong/android/ |
| D | hooks.go | 196 install []func(InstallHookContext) member
|