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

Go to the source code of this file.

Namespaces

namespace  create
 

Functions

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

Variables

str create.VALGRIND = 'valgrind-3.15.0'
 
str 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')