Home
last modified time | relevance | path

Searched refs:install (Results 1 – 25 of 37) sorted by relevance

12

/build/soong/third_party/zip/testdata/
Dreadme.notzip16 For documentation about how to install and use Go,
17 visit https://golang.org/ or load doc/install.html in your web browser.
20 doc/install.html by running godoc --http=:6060
21 and then visiting http://localhost:6060/doc/install.html.
34 from sources by running all.bash (see doc/install.html).
44 See doc/install.html for more details.
/build/soong/android/
Dhooks.go133 h.install = append(h.install, hook)
158 if len(x.install) > 0 {
165 for _, x := range x.install {
175 install []func(InstallHookContext) member
Drule_builder.go61 for i, install := range installs {
65 sb.WriteString(install.From.String())
67 sb.WriteString(install.To)
/build/make/core/
Dsoong_android_app_set.mk20 define extract-install-file-from-apk-set
26 $(eval $(call extract-install-file-from-apk-set,$(LOCAL_PREBUILT_MODULE_FILE),$(LOCAL_APK_SET_INSTA…
Ddex_preopt.mk11 install-on-system-other =
13 install-on-system-other = $(filter-out $(PRODUCT_DEXPREOPT_SPEED_APPS) $(PRODUCT_SYSTEM_SERVER_APPS…
Ddex_preopt_odex_install.mk124 ifeq ($(call install-on-system-other, $(my_module_path)),)
240 $(call add_json_str, Device, $(call install-path-to-on-device-path,$(file))) \
Dnotice_files.mk90 $(error Cannot determine where to install NOTICE file for $(LOCAL_MODULE))
Dmain.mk443 define should-install-to-system
450 define should-install-to-system
1412 $(warning: Modules '$(dangling_modules)' in PRODUCT_PACKAGES have nothing to install!)
1416 …ng $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_DEBUG has nothing to install!)))
1419 …ning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_ENG has nothing to install!)))
1422 …ng $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_TESTS has nothing to install!)))
/build/soong/python/
Dtest.go51 func (test *testDecorator) install(ctx android.ModuleContext, file android.Path) { func
61 test.binaryDecorator.pythonInstaller.install(ctx, file)
Dinstaller.go61 func (installer *pythonInstaller) install(ctx android.ModuleContext, file android.Path) { func
Dpython.go166 install(ctx android.ModuleContext, path android.Path) methodSpec
432 p.installer.install(ctx, p.installSource.Path())
/build/soong/rust/
Dtest.go84 func (test *testDecorator) install(ctx ModuleContext, file android.Path) { func
99 test.binaryDecorator.install(ctx, file)
Dcompiler.go237 func (compiler *baseCompiler) install(ctx ModuleContext, file android.Path) { func
/build/soong/dexpreopt/dexpreopt_gen/
Ddexpreopt_gen.go148 for _, install := range dexpreoptRule.Installs() {
149 installPath := installDir.Join(ctx, strings.TrimPrefix(install.To, "/"))
151 dexpreoptRule.Command().Text("cp -f").Input(install.From).Output(installPath)
/build/soong/cc/
Dvndk_prebuilt.go193 func (p *vndkPrebuiltLibraryDecorator) install(ctx ModuleContext, file android.Path) { func
207 p.baseInstaller.install(ctx, file)
Dtest.go341 func (test *testBinary) install(ctx ModuleContext, file android.Path) { func
420 test.binaryDecorator.baseInstaller.install(ctx, file)
535 func (benchmark *benchmarkDecorator) install(ctx ModuleContext, file android.Path) { func
547 benchmark.binaryDecorator.baseInstaller.install(ctx, file)
Dinstaller.go85 func (installer *baseInstaller) install(ctx ModuleContext, file android.Path) { func
Dbinary.go465 func (binary *binaryDecorator) install(ctx ModuleContext, file android.Path) { func
476 binary.baseInstaller.install(ctx, file)
Dfuzz.go209 func (fuzz *fuzzBinary) install(ctx ModuleContext, file android.Path) { func
214 fuzz.binaryDecorator.baseInstaller.install(ctx, file)
Dndk_library.go361 func (stub *stubDecorator) install(ctx ModuleContext, path android.Path) { func
/build/make/target/product/
Druntime_libart.mk72 pm.dexopt.install?=speed-profile \
/build/make/tools/docker/
DDockerfile6 RUN apt-get update && apt-get install -y git-core gnupg flex bison gperf build-essential zip curl z…
/build/soong/cmd/extract_apks/bundle_proto/
Dcommands.proto95 // Indicates the delivery type for persistent install.
109 // Indicates the delivery type for instant install.
/build/
Dbuildspec.mk.default45 # Choose additional targets to always install, even when building
/build/make/
Dbuildspec.mk.default45 # Choose additional targets to always install, even when building

12