Home
last modified time | relevance | path

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

/build/soong/python/
Dbinary.go83 func NewBinary(hod android.HostOrDeviceSupported) *PythonBinaryModule { func
90 return NewBinary(android.HostSupported).init()
Dtest.go40 p := &PythonTestModule{PythonBinaryModule: *NewBinary(hod)}
/build/soong/cc/
Dbinary.go193 func NewBinary(hod android.HostOrDeviceSupported) (*Module, *binaryDecorator) { func