Searched refs:remount (Results 1 - 4 of 4) sorted by relevance
/test/testfwk/developer_test/aw/python/distributed/common/ |
H A D | devices.py | 164 def remount(self): member in DeviceShell 166 remount = "target mount" 168 remount = "remount" 169 command = "%s %s %s" % (HDC_TOOLS, self.device_params, remount) 173 self.remount() 177 self.shell("mount -o rw,remount,rw /%s" % "system")
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/ |
H A D | kit.py | 47 from xdevice import remount namespace 392 remount(device) 570 self.is_remount = get_config_value('remount', config, default=True) 579 remount(device) 593 remount(device) 749 remount(device) 963 if command.strip() == "remount": 964 remount(device) 1164 remount(device) 1180 remount(devic [all...] |
/test/testfwk/xdevice/src/xdevice/_core/testkit/ |
H A D | kit.py | 42 "get_install_args", "reset_junit_para", "remount", "disable_keyguard", 47 def remount(device): function 49 if device.usb_type == DeviceConnectorType.hdc else "remount" 51 device.execute_shell_command("remount") 52 device.execute_shell_command("mount -o rw,remount /") 53 device.execute_shell_command("mount -o rw,remount /sys_prod") 54 device.execute_shell_command("mount -o rw,remount /chip_prod") 55 device.execute_shell_command("mount -o rw,remount /preload") 56 device.execute_shell_command("mount -o rw,remount /patch_hw") 57 device.execute_shell_command("mount -o rw,remount /vendo [all...] |
/test/testfwk/xdevice/src/xdevice/ |
H A D | __init__.py | 91 from _core.testkit.kit import remount namespace 253 "remount",
|
Completed in 4 milliseconds