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

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dsystemhost.py33 from webkitpy.common.system import environment, executive, filesystem, platforminfo, user, workspace namespace
39 self.executive = executive.Executive()
42 self.platform = platforminfo.PlatformInfo(sys, platform, self.executive)
43 self.workspace = workspace.Workspace(self.filesystem, self.executive)

Completed in 1469 milliseconds