Home | History | Annotate | Download | only in bin

Lines Matching refs:mount_info

737         mount_info = partition_lib.get_mount_info(partition_list)
738 old_mount_info = self._state.get('client', 'mount_info')
739 if mount_info != old_mount_info:
740 new_entries = mount_info - old_mount_info
741 old_entries = old_mount_info - mount_info
798 mount_info = partition_lib.get_mount_info(partition_list)
799 self._state.set('client', 'mount_info', mount_info)