Searched refs:mount_path (Results 1 – 8 of 8) sorted by relevance
/external/autotest/client/site_tests/enterprise_SmbProviderDaemon/ |
D | control | 19 mount_path = args_dict.get('mount_path') 21 job.run_test('enterprise_SmbProviderDaemon', mount_path=mount_path)
|
D | enterprise_SmbProviderDaemon.py | 49 def run_once(self, mount_path): argument 56 self.sanity_test(mount_path) 74 def sanity_test(self, mount_path): argument 86 mount_id = self._check_mount(mount_path) 166 def _check_mount(self, mount_path): argument 178 error, mount_id = self._smbprovider.mount(mount_path,
|
/external/autotest/client/site_tests/platform_ImageLoader/ |
D | platform_ImageLoader.py | 144 mount_path = self._load_component(component_name) 145 if mount_path == self.BAD_RESULT: 238 mount_path = self._load_component(self.COMPONENT_NAME) 239 if mount_path == self.BAD_RESULT: 241 self._paths_to_unmount.append(mount_path) 243 if not os.path.exists(os.path.join(mount_path, 'libpepflashplayer.so')): 259 mount_path = self._corrupt_and_load_component(component1, '1', 261 if mount_path == self.BAD_RESULT: 263 self._paths_to_unmount.append(mount_path) 265 corrupt_file = os.path.join(mount_path, 'libpepflashplayer.so')
|
/external/autotest/client/site_tests/power_IdleSuspend/ |
D | power_IdleSuspend.py | 50 mount_path = '/usr/share/power_manager/%s' % key 52 utils.run('mount --bind %s %s' % (tmp_path, mount_path)) 53 self.mounts.append(mount_path)
|
/external/f2fs-tools/fsck/ |
D | sload.c | 107 char *mount_path = c.mount_point; in set_perms_and_caps() local 114 mount_path = ""; in set_perms_and_caps() 116 if (asprintf(&mnt_path, "%s%s", mount_path, de->path) <= 0) { in set_perms_and_caps() 118 mount_path, de->path); in set_perms_and_caps()
|
/external/autotest/client/common_lib/cros/ |
D | smbprovider.py | 88 def mount(self, mount_path, workgroup, username, password): argument 102 logging.info("Mounting: %s", mount_path) 108 proto.path = mount_path
|
/external/autotest/server/hosts/ |
D | base_servohost.py | 575 def _unmount_drive(self, mount_path): argument 582 result = self.run('umount %s' % mount_path, ignore_status=True)
|
/external/python/pyfakefs/pyfakefs/ |
D | fake_filesystem.py | 1032 mount_path = self._matching_string(path, '') 1038 if path.startswith(root_path) and len(root_path) > len(mount_path): 1039 mount_path = root_path 1040 if mount_path: 1041 return self.mount_points[to_str(mount_path)]
|