Searched refs:mount_point (Results 1 – 2 of 2) sorted by relevance
/development/gsi/gsi_util/gsi_util/mounters/ |
D | composite_mounter.py | 120 def add_sub_mounter(self, mount_point, mounter): argument 121 self._mounters.append((mount_point, mounter)) 126 mount_point = '/{}/'.format(partition) 128 self.add_sub_mounter(mount_point, mounter)
|
/development/vndk/tools/definition-tool/ |
D | vndk_definition_tool.py | 1561 def scan_ext4_image(img_file_path, mount_point, unzip_files): argument 1565 for path, elf in scan_elf_files(tmp_dir, mount_point, unzip_files): 1589 mount_point = os.path.join(apex_collection_root, apex_name) 1592 for path, elf in scan_ext4_image(img_file_path, mount_point, 1596 for path, elf in scan_elf_files(apex_dir, mount_point, unzip_files): 1621 def scan_elf_files(root, mount_point=None, unzip_files=True): argument 1624 if mount_point: 1627 return os.path.join(mount_point, path[root_prefix_len:])
|