Searched refs:mount_info (Results 1 – 6 of 6) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/pstore/ |
D | 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/cros/ |
D | cryptohome.py | 432 for mount_info in user_mount_info: 437 if len(mount_info) < 3: 442 if re.match(fs_regex, mount_info[2]): 452 if not re.match(device_regex, mount_info[0]): 455 if (re.match(constants.CRYPTOHOME_FS_REGEX_EXT4, mount_info[2]) 457 mount_info[0]))): 461 find_key_cmd_list = ['e4crypt get_policy %s' % (mount_info[1]),
|
/external/autotest/client/bin/ |
D | job_unittest.py | 453 def _setup_check_post_reboot(self, mount_info, cpu_count): argument 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)
|
D | job.py | 737 mount_info = partition_lib.get_mount_info(partition_list) 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)
|
D | partition.py | 186 mount_info = set() 193 mount_info.add((uuid, p.get_mountpoint())) 195 return mount_info
|
/external/selinux/libselinux/src/ |
D | selinux_restorecon.c | 239 char *mount_info[4]; in exclude_non_seclabel_mounts() local 257 mount_info[index] = item; in exclude_non_seclabel_mounts() 271 remove_exclude(mount_info[1]); in exclude_non_seclabel_mounts() 273 item = strtok(mount_info[3], ","); in exclude_non_seclabel_mounts() 277 nfile += file_system_count(mount_info[1]); in exclude_non_seclabel_mounts() 285 if (add_exclude(mount_info[1], !CALLER_EXCLUDED) && in exclude_non_seclabel_mounts()
|