Rizin
unix-like reverse engineering framework and cli tools
|
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 | |
check_meson_subproject.directory = subproject |
Definition at line 25 of file check_meson_subproject.py.
check_meson_subproject.encoding |
Definition at line 22 of file check_meson_subproject.py.
check_meson_subproject.head = f.read().strip() |
Definition at line 49 of file check_meson_subproject.py.
bool check_meson_subproject.is_wrap_file = True |
Definition at line 31 of file check_meson_subproject.py.
bool check_meson_subproject.is_wrap_git = False |
Definition at line 23 of file check_meson_subproject.py.
check_meson_subproject.meson_root = os.environ["MESON_SOURCE_ROOT"] |
Definition at line 17 of file check_meson_subproject.py.
check_meson_subproject.patch_directory = subproject |
Definition at line 26 of file check_meson_subproject.py.
check_meson_subproject.patch_subproject_dir |
Definition at line 58 of file check_meson_subproject.py.
check_meson_subproject.revision = None |
Definition at line 24 of file check_meson_subproject.py.
check_meson_subproject.subproject = sys.argv[1] |
Definition at line 16 of file check_meson_subproject.py.
check_meson_subproject.subproject_dir = os.path.join(meson_root, "subprojects", directory) |
Definition at line 43 of file check_meson_subproject.py.
Definition at line 64 of file check_meson_subproject.py.
check_meson_subproject.subproject_filename = os.path.join(meson_root, "subprojects", subproject + ".wrap") |
Definition at line 19 of file check_meson_subproject.py.
check_meson_subproject.subproject_git_dir = os.path.join(subproject_dir, ".git") |
Definition at line 44 of file check_meson_subproject.py.
check_meson_subproject.subproject_p_f |
Definition at line 65 of file check_meson_subproject.py.
check_meson_subproject.topdown |
Definition at line 62 of file check_meson_subproject.py.