Rizin
unix-like reverse engineering framework and cli tools
check_meson_subproject Namespace Reference

Variables

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

Variable Documentation

◆ directory

check_meson_subproject.directory = subproject

Definition at line 25 of file check_meson_subproject.py.

◆ encoding

check_meson_subproject.encoding

Definition at line 22 of file check_meson_subproject.py.

◆ head

check_meson_subproject.head = f.read().strip()

Definition at line 49 of file check_meson_subproject.py.

◆ is_wrap_file

bool check_meson_subproject.is_wrap_file = True

Definition at line 31 of file check_meson_subproject.py.

◆ is_wrap_git

bool check_meson_subproject.is_wrap_git = False

Definition at line 23 of file check_meson_subproject.py.

◆ meson_root

check_meson_subproject.meson_root = os.environ["MESON_SOURCE_ROOT"]

Definition at line 17 of file check_meson_subproject.py.

◆ patch_directory

check_meson_subproject.patch_directory = subproject

Definition at line 26 of file check_meson_subproject.py.

◆ patch_subproject_dir

check_meson_subproject.patch_subproject_dir
Initial value:
1 = os.path.join(
2  meson_root, "subprojects", "packagefiles", patch_directory
3  )

Definition at line 58 of file check_meson_subproject.py.

◆ revision

check_meson_subproject.revision = None

Definition at line 24 of file check_meson_subproject.py.

◆ subproject

check_meson_subproject.subproject = sys.argv[1]

Definition at line 16 of file check_meson_subproject.py.

◆ subproject_dir

check_meson_subproject.subproject_dir = os.path.join(meson_root, "subprojects", directory)

Definition at line 43 of file check_meson_subproject.py.

◆ subproject_f

check_meson_subproject.subproject_f = os.path.join(root, name)

Definition at line 64 of file check_meson_subproject.py.

◆ subproject_filename

check_meson_subproject.subproject_filename = os.path.join(meson_root, "subprojects", subproject + ".wrap")

Definition at line 19 of file check_meson_subproject.py.

◆ subproject_git_dir

check_meson_subproject.subproject_git_dir = os.path.join(subproject_dir, ".git")

Definition at line 44 of file check_meson_subproject.py.

◆ subproject_p_f

check_meson_subproject.subproject_p_f
Initial value:
1 = subproject_f.replace(
2  patch_subproject_dir, subproject_dir
3  )

Definition at line 65 of file check_meson_subproject.py.

◆ topdown

check_meson_subproject.topdown

Definition at line 62 of file check_meson_subproject.py.