Rizin
unix-like reverse engineering framework and cli tools
check_meson_subproject.py File Reference

Go to the source code of this file.

Namespaces

 check_meson_subproject
 

Variables

 check_meson_subproject.subproject = sys.argv[1]
 
 check_meson_subproject.meson_root = os.environ["MESON_SOURCE_ROOT"]
 
 check_meson_subproject.subproject_filename = os.path.join(meson_root, "subprojects", subproject + ".wrap")
 
 check_meson_subproject.encoding
 
bool check_meson_subproject.is_wrap_git = False
 
 check_meson_subproject.revision = None
 
 check_meson_subproject.directory = subproject
 
 check_meson_subproject.patch_directory = subproject
 
bool check_meson_subproject.is_wrap_file = True
 
 check_meson_subproject.subproject_dir = os.path.join(meson_root, "subprojects", directory)
 
 check_meson_subproject.subproject_git_dir = os.path.join(subproject_dir, ".git")
 
 check_meson_subproject.head = f.read().strip()
 
 check_meson_subproject.patch_subproject_dir
 
 check_meson_subproject.topdown
 
 check_meson_subproject.subproject_f = os.path.join(root, name)
 
 check_meson_subproject.subproject_p_f