sebaubuntu_libs.libandroid.fstab

Android fstab library.

Classes

Fstab(fstab)

FstabEntry(src, mount_point, fs_type, ...)

A class representing a fstab entry

class sebaubuntu_libs.libandroid.fstab.Fstab(fstab: Path)
format(twrp: bool = False)
get_ab_partitions_models() Set[PartitionModel]
get_logical_partitions()
get_logical_partitions_models() Set[PartitionModel]
get_partition_by_mount_point(mount_point: str)
get_slotselect_partitions()
class sebaubuntu_libs.libandroid.fstab.FstabEntry(src: str, mount_point: str, fs_type: str, mnt_flags: List[str], fs_flags: List[str])

A class representing a fstab entry

classmethod from_entry(line: str)
is_logical()
is_slotselect()