Flutter Engine
The Flutter Engine
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Namespaces | Functions | Variables
create.py File Reference

Go to the source code of this file.

Namespaces

namespace  create
 

Functions

def create.download_tarball ()
 
def create.unzip_tarball ()
 
def create.create_install_dir ()
 
def create.build_valgrind ()
 
def create.copy_files (target_dir)
 
def create.create_asset (target_dir)
 
def create.main ()
 

Variables

string create.VALGRIND = 'valgrind-3.15.0'
 
string create.TARBALL = '%s.tar.bz2' % VALGRIND
 
 create.TEMP_DIR = os.path.join(tempfile.gettempdir(), 'skia-%s' % VALGRIND)
 
 create.INSTALL_DIR = os.path.join(TEMP_DIR, 'valgrind_install')