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 | 164 install(ctx android.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 | 331 func (test *testBinary) install(ctx ModuleContext, file android.Path) { func 499 func (benchmark *benchmarkDecorator) install(ctx ModuleContext, file android.Path) { func
|
D | ndk_library.go | 358 func (stub *stubDecorator) install(ctx ModuleContext, path android.Path) { func
|
D | fuzz.go | 201 func (fuzz *fuzzBinary) install(ctx ModuleContext, file android.Path) { func
|
D | binary.go | 465 func (binary *binaryDecorator) 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 | 1207 func (library *libraryDecorator) install(ctx ModuleContext, file android.Path) { func
|
D | cc.go | 406 install(ctx ModuleContext, path android.Path) methodSpec
|
/build/soong/rust/ |
D | test.go | 80 func (test *testDecorator) install(ctx ModuleContext, file android.Path) { func
|
D | compiler.go | 232 func (compiler *baseCompiler) install(ctx ModuleContext, file android.Path) { func
|
D | rust.go | 246 install(ctx ModuleContext, path android.Path) methodSpec
|
/build/soong/android/ |
D | hooks.go | 166 install []func(InstallHookContext) member
|