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

Go to the source code of this file.

Namespaces

namespace  dart_pkg
 

Functions

 dart_pkg.dart_filter (path)
 
 dart_pkg.ensure_dir_exists (path)
 
 dart_pkg.has_pubspec_yaml (paths)
 
 dart_pkg.link (from_root, to_root)
 
 dart_pkg.copy (from_root, to_root, filter_func=None)
 
 dart_pkg.copy_or_link (from_root, to_root, filter_func=None)
 
 dart_pkg.link_if_possible (from_root, to_root)
 
 dart_pkg.remove_if_exists (path)
 
 dart_pkg.list_files (from_root, filter_func=None)
 
 dart_pkg.remove_broken_symlink (path)
 
 dart_pkg.remove_broken_symlinks (root_dir)
 
 dart_pkg.analyze_entrypoints (dart_sdk, package_root, entrypoints)
 
 dart_pkg.main ()
 

Variables

str dart_pkg.USE_LINKS = 'win32'
 
 dart_pkg.DART_ANALYZE = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'dart_analyze.py')