Searched refs:ostype (Results 1 - 6 of 6) sorted by relevance

/pkg/src/modules/portable/
H A Dutil.py72 ostype = get_canonical_os_type()
74 if ostype == 'unix':
76 elif ostype == 'windows':
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":
/pkg/src/modules/actions/
H A Dfile.py77 if portable.ostype == "windows":
/pkg/src/tests/api/
H A Dt_catalog.py437 if portable.ostype == "windows":

Completed in 24 milliseconds