Searched refs:mounter (Results 1 – 6 of 6) sorted by relevance
/development/gsi/gsi_util/gsi_util/mounters/ |
D | composite_mounter.py | 111 file_accessors = [(path_prefix, mounter.mount()) 112 for (path_prefix, mounter) in self._mounters] 117 for (_, mounter) in reversed(self._mounters): 118 mounter.unmount() 120 def add_sub_mounter(self, mount_point, mounter): argument 121 self._mounters.append((mount_point, mounter)) 127 mounter = _MounterFactory.create_by_mount_target(mount_target, partition) 128 self.add_sub_mounter(mount_point, mounter)
|
/development/gsi/gsi_util/gsi_util/commands/common/ |
D | image_sources.py | 37 mounter = composite_mounter.CompositeMounter() 42 mounter.add_by_mount_target(partition, image_source) 44 if mounter.is_empty(): 47 return mounter
|
/development/gsi/gsi_util/gsi_util/commands/ |
D | pull.py | 29 mounter = image_sources.create_composite_mounter_by_args(args) 30 with mounter as file_accessor:
|
D | dump.py | 88 mounter = image_sources.create_composite_mounter_by_args(args) 89 with mounter as file_accessor:
|
D | check_compat.py | 118 mounter = image_sources.create_composite_mounter_by_args(args) 119 with mounter as file_accessor:
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 31687 …al/cros/system_api,fake_A9Nw96nCQWed1Ht37QbSwg@fakeemail.com,obb-mounter: Add OBB mounter constants
|