Home
last modified time | relevance | path

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

/build/soong/python/
Dbinary.go146 main = ctx.ModuleName() + pyExt
Dbuilder.go135 "main": strings.Replace(strings.TrimSuffix(main, pyExt), "/", ".", -1),
Dpython.go215 pyExt = ".py" var
500 if s.Ext() != pyExt && s.Ext() != protoExt {
520 if d.Ext() == pyExt || d.Ext() == protoExt {