/external/autotest/server/site_tests/platform_CompromisedStatefulPartition/ |
D | platform_CompromisedStatefulPartition.py | 52 if host.path_exists(self.OOBE_FILE): 60 if not host.path_exists(new_file): 66 if host.path_exists(encryption_key_file):
|
/external/autotest/client/cros/faft/utils/ |
D | rootfs_handler.py | 61 assert not self.os_if.path_exists(_DM_DEV_PATH) 64 assert self.os_if.path_exists(_DM_DEV_PATH) 75 if self.os_if.path_exists(_DM_DEV_PATH):
|
D | os_interface.py | 141 def path_exists(self, path): member in OSInterface 316 if self.path_exists(p): 318 if (not self.path_exists(devicetype)
|
/external/autotest/server/site_tests/firmware_ECBattery/ |
D | firmware_ECBattery.py | 66 if (self._host.path_exists(self.BATTERY_STATUS % name) and 67 self._host.path_exists(self.BATTERY_VOLTAGE_READING % name) and 68 self._host.path_exists(self.BATTERY_CURRENT_READING % name)):
|
/external/autotest/site_utils/lxc/ |
D | base_image_unittest.py | 62 self.assertFalse(lxc_utils.path_exists( 92 self.assertFalse(lxc_utils.path_exists( 98 self.assertFalse(lxc_utils.path_exists(
|
D | lxc_config_unittest.py | 87 self.assertFalse(lxc_utils.path_exists(src_dir)) 92 self.assertTrue(lxc_utils.path_exists(src_dir))
|
D | base_image.py | 95 if lxc_utils.path_exists(base_path): 180 if not lxc_utils.path_exists(snapshot_file):
|
D | config.py | 234 if lxc_utils.path_exists(tmp_append): 249 if not lxc_utils.path_exists(deploy_config.source):
|
D | utils.py | 25 def path_exists(path): function 188 if not path_exists(full_dst):
|
D | unittest_cleanup.py | 21 if lxc_utils.path_exists(TEST_HOST_PATH):
|
/external/autotest/server/site_tests/network_WiFi_Reset/ |
D | network_WiFi_Reset.py | 65 return self.context.client.host.path_exists(self.mwifiex_reset_path) 97 return self.context.client.host.path_exists(self.ath10k_reset_path) 124 return self.context.client.host.path_exists(self.iwlwifi_reset_path())
|
/external/autotest/client/common_lib/cros/cfm/usb/ |
D | usb_port_manager_unittest.py | 44 host.path_exists = mock.Mock(return_value=False) 65 host.path_exists = mock.Mock(return_value=True)
|
D | usb_port_manager.py | 126 if not self._host.path_exists(gpio_path):
|
/external/python/pyfakefs/pyfakefs/tests/ |
D | example_test.py | 97 self.assertFalse(example.path_exists('/test/empty.txt')) 99 self.assertTrue(example.path_exists('/test/empty.txt'))
|
D | example.py | 91 def path_exists(path): function
|
/external/autotest/server/cros/ |
D | provisioner_unittest.py | 102 host.path_exists(local_script).AndReturn(True) 115 host.path_exists(local_script).AndReturn(False)
|
/external/autotest/client/common_lib/cros/network/ |
D | interface.py | 193 if not self.host.path_exists(device_path): 245 if self.host.path_exists(path) else None) 294 if module_name is not None and self.host.path_exists(net_drivers_path):
|
/external/autotest/client/common_lib/hosts/ |
D | base_classes.py | 365 if not self.path_exists(path): 437 if self.path_exists('/tmp/iptable-rules'): 520 def path_exists(self, path): member in Host
|
/external/autotest/server/site_tests/firmware_IntegratedU2F/ |
D | firmware_IntegratedU2F.py | 58 return self.host.path_exists(constants.OWNER_KEY_FILE) 220 if not self.host.path_exists(self.U2F_TEST_PATH):
|
/external/autotest/server/ |
D | test.py | 130 if not autodir or not self.host.path_exists(autodir): 134 if not self.host.path_exists(self.outputdir):
|
/external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionStress/ |
D | kernel_ExternalUsbPeripheralsDetectionStress.py | 128 lambda: self.host.path_exists(devicePath), 145 lambda: not self.host.path_exists(devicePath),
|
/external/autotest/server/site_tests/display_CheckModesAfterSignOutSignIn/ |
D | display_CheckModesAfterSignOutSignIn.py | 37 return self.host.path_exists('/home/chronos/user/Downloads/') is False
|
/external/autotest/server/site_tests/firmware_Cr50GetName/ |
D | firmware_Cr50GetName.py | 34 if not self.host.path_exists(self.GET_NAME_SCRIPT):
|
/external/autotest/client/bin/result_tools/ |
D | runner.py | 187 if host.path_exists(summary_file):
|
/external/autotest/server/site_tests/kernel_IdlePerf/ |
D | kernel_IdlePerf.py | 87 if not host.path_exists(DISABLE_PATH.format(0, 1)):
|