Home
last modified time | relevance | path

Searched refs:getOs (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/scripts/build/
H A Dcommon.py39 def getOs (): member in HostInfo
129 if HostInfo.getOs() == HostInfo.OS_WINDOWS:
/third_party/vk-gl-cts/scripts/ctsbuild/
H A Dcommon.py39 def getOs (): member in HostInfo
129 if HostInfo.getOs() == HostInfo.OS_WINDOWS:
/third_party/node/test/common/
H A Dwpt.js28 function getOs() { function
114 os: getOs(),
/third_party/vk-gl-cts/scripts/android/
H A Dbuild_apk.py131 os = HostInfo.getOs()
149 raise Exception("Unhandled HostInfo.getOs() '%d'" % os)
521 pathSep = ";" if HostInfo.getOs() == HostInfo.OS_WINDOWS else ":"

Completed in 3 milliseconds