Home
last modified time | relevance | path

Searched defs:GetHostOS (Results 1 – 4 of 4) sorted by relevance

/dports/devel/ispc/ispc-1.16.1/src/
H A Dtarget_enums.cpp406 TargetOS GetHostOS() { in GetHostOS() function
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/Zip/
H A DZipItem.h315 Byte GetHostOS() const { return FromCentral ? MadeByVersion.HostOS : (Byte)0; } in GetHostOS() function
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/Zip/
H A DZipItem.h312 Byte GetHostOS() const { return FromCentral ? MadeByVersion.HostOS : ExtractVersion.HostOS; } in GetHostOS() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/build_tools/
H A Dmanifest_util.py42 def GetHostOS(): function