Searched defs:partition (Results 1 – 4 of 4) sorted by relevance
/development/vndk/tools/definition-tool/tests/ |
D | utils.py | 27 def add_lib(self, partition, klass, name, dt_needed=[], argument 47 def add_lib32(self, partition, name, dt_needed=[], argument 53 def add_lib64(self, partition, name, dt_needed=[], argument 59 def add_multilib(self, partition, name, dt_needed=[], argument
|
/development/gsi/gsi_util/gsi_util/mounters/ |
D | composite_mounter.py | 43 def create_by_mount_target(cls, mount_target, partition): argument 123 def add_by_mount_target(self, partition, mount_target): argument
|
/development/python-packages/fastboot/ |
D | device.py | 145 def flash(self, partition='cache', img=None, slot=None, quiet=True): argument
|
/development/vndk/tools/definition-tool/ |
D | vndk_definition_tool.py | 1590 def __init__(self, partition, path, elf, tag_bit): argument 1802 def add_lib(self, partition, path, elf): argument 1876 def add_executables_in_dir(self, partition_name, partition, root, argument 2589 def _enumerate_partition_paths(partition, root): argument 2883 def _warn_incorrect_partition_lib_set(self, lib_set, partition, error_msg): argument
|