Searched defs:ostype (Results 1 - 3 of 3) sorted by relevance

/pkg/src/modules/portable/
H A D__init__.py262 ostype = os_util.get_canonical_os_type() variable
265 fragments = [distro, osname, ostype]
/pkg/src/tests/
H A Drun.py219 ostype = os.name variable
220 if ostype == '':
221 ostype = 'unknown' variable
448 if ostype == "posix":
/pkg/src/
H A Dsetup.py65 ostype = arch = 'unknown'
68 ostype = "posix" variable
71 ostype = "posix" variable
74 ostype = "windows" variable
77 ostype = "posix" variable
80 ostype = "posix" variable
752 if ostype == "posix":

Completed in 16 milliseconds