Home
last modified time | relevance | path

Searched refs:bootstrapper (Results 1 – 3 of 3) sorted by relevance

/build/soong/python/
Dpython.go124 bootstrapper bootstrapper member
156 type bootstrapper interface { interface
195 if p.bootstrapper != nil {
196 p.AddProperties(p.bootstrapper.bootstrapperProps()...)
321 if p.bootstrapper != nil && p.isEmbeddedLauncherEnabled(pyVersion2) {
325 if p.bootstrapper.autorun() {
347 if p.bootstrapper != nil && p.isEmbeddedLauncherEnabled(pyVersion3) {
351 if p.bootstrapper.autorun() {
410 if p.bootstrapper != nil {
418 p.installSource = p.bootstrapper.bootstrap(ctx, p.properties.Actual_version,
[all …]
Dtest.go71 module.bootstrapper = test
Dbinary.go75 module.bootstrapper = decorator