Searched defs:windll (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dplatforminfo.py95 from ctypes import windll, create_string_buffer namespace
96 handle = windll.kernel32.GetStdHandle(-12) # -12 == stderr
98 if windll.kernel32.GetConsoleScreenBufferInfo(handle, console_screen_buffer_info):
/external/chromium_org/chrome/test/install_test/
H A Dchrome_installer_win.py12 from ctypes import wintypes, windll namespace
227 SHGetFolderPathW = windll.shell32.SHGetFolderPathW

Completed in 218 milliseconds