Home
last modified time | relevance | path

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

/build/soong/python/
Dinstaller.go41 func NewPythonInstaller(dir, dir64 string) *pythonInstaller { func
Dtest.go66 binary.pythonInstaller = NewPythonInstaller("nativetest", "nativetest64")
Dbinary.go68 decorator := &binaryDecorator{pythonInstaller: NewPythonInstaller("bin", "")}