Home
last modified time | relevance | path

Searched refs:mount_path (Results 1 – 8 of 8) sorted by relevance

/external/autotest/client/site_tests/enterprise_SmbProviderDaemon/
Dcontrol19 mount_path = args_dict.get('mount_path')
21 job.run_test('enterprise_SmbProviderDaemon', mount_path=mount_path)
Denterprise_SmbProviderDaemon.py49 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/
Dplatform_ImageLoader.py144 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/
Dpower_IdleSuspend.py50 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/
Dsload.c107 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/
Dsmbprovider.py88 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/
Dbase_servohost.py575 def _unmount_drive(self, mount_path): argument
582 result = self.run('umount %s' % mount_path, ignore_status=True)
/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py1032 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)]