Searched defs:PlatformInfo (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dpath_unittest.py33 from webkitpy.common.system.platforminfo import PlatformInfo namespace
H A Dplatforminfo.py33 class PlatformInfo(object): class in inherits:object
H A Dplatforminfo_unittest.py35 from webkitpy.common.system.platforminfo import PlatformInfo namespace
71 return PlatformInfo(sys_module or fake_sys(), platform_module or fake_platform(), executive or fake_executive())
75 info = PlatformInfo(sys, platform, Executive())
H A Duser.py40 from webkitpy.common.system.platforminfo import PlatformInfo namespace
59 # We cannot get the PlatformInfo object from a SystemHost because
61 self._platforminfo = platforminfo or PlatformInfo(sys, platform, Executive())

Completed in 643 milliseconds