webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | List of all members
webkitpy.common.system.path._CygPath Class Reference
Inheritance diagram for webkitpy.common.system.path._CygPath:

Public Member Functions

def __init__ (self)
 
def start (self)
 
def is_running (self)
 
def stop (self)
 
def convert (self, path)
 
def convertFast (self, path)
 

Static Public Member Functions

def stop_cygpath_subprocess ()
 
def convert_using_singleton (path)
 

Detailed Description

Manages a long-running 'cygpath' process for file conversion.

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.common.system.path._CygPath.__init__ (   self)

Member Function Documentation

◆ convert()

def webkitpy.common.system.path._CygPath.convert (   self,
  path 
)

◆ convert_using_singleton()

def webkitpy.common.system.path._CygPath.convert_using_singleton (   path)
static

◆ convertFast()

def webkitpy.common.system.path._CygPath.convertFast (   self,
  path 
)

◆ is_running()

def webkitpy.common.system.path._CygPath.is_running (   self)

◆ start()

def webkitpy.common.system.path._CygPath.start (   self)

◆ stop()

def webkitpy.common.system.path._CygPath.stop (   self)

◆ stop_cygpath_subprocess()

def webkitpy.common.system.path._CygPath.stop_cygpath_subprocess ( )
static

The documentation for this class was generated from the following file: