Searched defs:install (Results 1 – 16 of 16) sorted by relevance
/build/soong/python/ |
D | test.go | 51 func (test *testDecorator) install(ctx android.ModuleContext, file android.Path) { func
|
D | installer.go | 61 func (installer *pythonInstaller) install(ctx android.ModuleContext, file android.Path) { func
|
D | python.go | 166 install(ctx android.ModuleContext, path android.Path) methodSpec
|
/build/soong/rust/ |
D | test.go | 84 func (test *testDecorator) install(ctx ModuleContext, file android.Path) { func
|
D | compiler.go | 237 func (compiler *baseCompiler) install(ctx ModuleContext, file android.Path) { func
|
D | rust.go | 284 install(ctx ModuleContext, path android.Path) methodSpec
|
/build/soong/cc/ |
D | installer.go | 85 func (installer *baseInstaller) install(ctx ModuleContext, file android.Path) { func
|
D | vndk_prebuilt.go | 193 func (p *vndkPrebuiltLibraryDecorator) install(ctx ModuleContext, file android.Path) { func
|
D | test.go | 341 func (test *testBinary) install(ctx ModuleContext, file android.Path) { func 535 func (benchmark *benchmarkDecorator) install(ctx ModuleContext, file android.Path) { func
|
D | ndk_library.go | 361 func (stub *stubDecorator) install(ctx ModuleContext, path android.Path) { func
|
D | binary.go | 465 func (binary *binaryDecorator) install(ctx ModuleContext, file android.Path) { func
|
D | fuzz.go | 209 func (fuzz *fuzzBinary) install(ctx ModuleContext, file android.Path) { func
|
D | vendor_snapshot.go | 200 func (p *vendorSnapshotLibraryDecorator) install(ctx ModuleContext, file android.Path) { func
|
D | library.go | 1218 func (library *libraryDecorator) install(ctx ModuleContext, file android.Path) { func
|
D | cc.go | 415 install(ctx ModuleContext, path android.Path) methodSpec
|
/build/soong/android/ |
D | hooks.go | 175 install []func(InstallHookContext) member
|