Home | History | Annotate | Download | only in bin

Lines Matching refs:mount_info

703         mount_info = partition_lib.get_mount_info(partition_list)
704 old_mount_info = self._state.get('client', 'mount_info')
705 if mount_info != old_mount_info:
706 new_entries = mount_info - old_mount_info
707 old_entries = old_mount_info - mount_info
764 mount_info = partition_lib.get_mount_info(partition_list)
765 self._state.set('client', 'mount_info', mount_info)