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 449 def _setup_check_post_reboot(self, mount_info, cpu_count):
465 self.job._state.set('client', 'mount_info', mount_info)
472 mount_info = set([("/dev/hda1", "/mnt/hda1"),
474 self._setup_check_post_reboot(mount_info, 8)
484 mount_info = set([("/dev/hda1", "/mnt/hda1")])
485 self._setup_check_post_reboot(mount_info, None)
501 mount_info = set([("/dev/hda1", "/mnt/hda1"),
503 self._setup_check_post_reboot(mount_info, 4)
job.py 704 mount_info = partition_lib.get_mount_info(partition_list)
705 old_mount_info = self._state.get('client', 'mount_info')
706 if mount_info != old_mount_info:
707 new_entries = mount_info - old_mount_info
708 old_entries = old_mount_info - mount_info
765 mount_info = partition_lib.get_mount_info(partition_list)
766 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 1050 milliseconds