HomeSort by relevance Sort by last modified time
    Searched refs:mount_info (Results 1 - 4 of 4) sorted by null

  /external/selinux/policycoreutils/setfiles/
restore.c 650 char *mount_info[4]; local
668 mount_info[index] = item;
682 remove_exclude(mount_info[1]);
684 item = strtok(mount_info[3], ",");
688 nfile += file_system_count(mount_info[1]);
696 add_exclude(mount_info[1]);
  /external/autotest/client/bin/
job_unittest.py 574 def _setup_check_post_reboot(self, mount_info, cpu_count):
590 self.job._state.set('client', 'mount_info', mount_info)
597 mount_info = set([("/dev/hda1", "/mnt/hda1"),
599 self._setup_check_post_reboot(mount_info, 8)
609 mount_info = set([("/dev/hda1", "/mnt/hda1")])
610 self._setup_check_post_reboot(mount_info, None)
626 mount_info = set([("/dev/hda1", "/mnt/hda1"),
628 self._setup_check_post_reboot(mount_info, 4)
job.py 754 mount_info = partition_lib.get_mount_info(partition_list)
755 old_mount_info = self._state.get('client', 'mount_info')
756 if mount_info != old_mount_info:
757 new_entries = mount_info - old_mount_info
758 old_entries = old_mount_info - mount_info
873 mount_info = partition_lib.get_mount_info(partition_list)
874 self._state.set('client', 'mount_info', mount_info)
    [all...]
partition.py 184 mount_info = set()
191 mount_info.add((uuid, p.get_mountpoint()))
193 return mount_info
    [all...]

Completed in 194 milliseconds