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

  /external/linux-kselftest/tools/testing/selftests/pstore/
pstore_post_reboot_tests 23 mount_info=`grep pstore /proc/mounts`
25 mount_point=`echo ${mount_info} | cut -d' ' -f2 | head -n1`
  /external/autotest/client/bin/
job_unittest.py 453 def _setup_check_post_reboot(self, mount_info, cpu_count):
469 self.job._state.set('client', 'mount_info', mount_info)
476 mount_info = set([("/dev/hda1", "/mnt/hda1"),
478 self._setup_check_post_reboot(mount_info, 8)
488 mount_info = set([("/dev/hda1", "/mnt/hda1")])
489 self._setup_check_post_reboot(mount_info, None)
505 mount_info = set([("/dev/hda1", "/mnt/hda1"),
507 self._setup_check_post_reboot(mount_info, 4)
job.py 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)
    [all...]
partition.py 186 mount_info = set()
193 mount_info.add((uuid, p.get_mountpoint()))
195 return mount_info
  /external/selinux/libselinux/src/
selinux_restorecon.c 239 char *mount_info[4]; local
257 mount_info[index] = item;
271 remove_exclude(mount_info[1]);
273 item = strtok(mount_info[3], ",");
277 nfile += file_system_count(mount_info[1]);
285 if (add_exclude(mount_info[1], !CALLER_EXCLUDED) &&

Completed in 305 milliseconds