Searched defs:partition (Results 1 – 4 of 4) sorted by relevance
/development/vndk/tools/definition-tool/tests/ |
D | utils.py | 25 def add_lib(self, partition, klass, name, dt_needed=tuple(), argument 46 def add_lib32(self, partition, name, dt_needed=tuple(), argument 53 def add_lib64(self, partition, name, dt_needed=tuple(), argument 60 def add_multilib(self, partition, name, dt_needed=tuple(), 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 | 2036 def __init__(self, partition, path, elf, tag_bit): argument 2294 def add_lib(self, partition, path, elf): argument 2376 def add_executables_in_dir(self, partition_name, partition, root, argument 3210 def _enumerate_partition_paths(partition, root): argument 3578 def _warn_incorrect_partition_lib_set(self, lib_set, partition, error_msg): argument
|