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 20 mount_info=`grep pstore /proc/mounts`
22 mount_point=`echo ${mount_info} | cut -d' ' -f2 | head -n1`
  /external/autotest/client/bin/
job_unittest.py 446 def _setup_check_post_reboot(self, mount_info, cpu_count):
462 self.job._state.set('client', 'mount_info', mount_info)
469 mount_info = set([("/dev/hda1", "/mnt/hda1"),
471 self._setup_check_post_reboot(mount_info, 8)
481 mount_info = set([("/dev/hda1", "/mnt/hda1")])
482 self._setup_check_post_reboot(mount_info, None)
498 mount_info = set([("/dev/hda1", "/mnt/hda1"),
500 self._setup_check_post_reboot(mount_info, 4)
job.py 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)
    [all...]
partition.py 186 mount_info = set()
193 mount_info.add((uuid, p.get_mountpoint()))
195 return mount_info
    [all...]
  /external/selinux/libselinux/src/
selinux_restorecon.c 238 char *mount_info[4]; local
254 mount_info[index] = item;
268 remove_exclude(mount_info[1]);
270 item = strtok(mount_info[3], ",");
274 nfile += file_system_count(mount_info[1]);
282 if (add_exclude(mount_info[1], !CALLER_EXCLUDED) &&

Completed in 235 milliseconds