Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
update.py File Reference

Go to the source code of this file.

Namespaces

namespace  update
 

Functions

 update.UpdateClangFormatOnWindows ()
 
 update.CreateSymlink (symlink, link_name)
 
 update.LinksForGitCLFormat ()
 
 update.main (argv)
 

Variables

 update.THIS_DIR = os.path.abspath(os.path.dirname(__file__))
 
 update.DART_ROOT = os.path.abspath(os.path.join(THIS_DIR, '..', '..'))
 
 update.BUILDTOOLS = os.path.join(DART_ROOT, 'buildtools')
 
 update.TOOLS_BUILDTOOLS = os.path.join(DART_ROOT, 'tools', 'buildtools')
 
 update.DEPOT_PATH = find_depot_tools.add_depot_tools_to_path()