Searched refs:path_exists (Results 1 - 25 of 36) sorted by relevance

12

/external/autotest/client/cros/faft/utils/
H A Drootfs_handler.py58 assert not self.os_if.path_exists(_DM_DEV_PATH)
61 assert self.os_if.path_exists(_DM_DEV_PATH)
72 if self.os_if.path_exists(_DM_DEV_PATH):
H A Dos_interface.py151 def path_exists(self, path): member in class:OSInterface
270 if self.path_exists(p):
H A Dsaft_flashrom_util.py245 if self.os_if.path_exists(filename):
/external/autotest/client/common_lib/cros/cfm/usb/
H A Dusb_port_manager_unittest.py18 host.path_exists = mock.Mock(return_value=False)
33 host.path_exists = mock.Mock(return_value=True)
H A Dusb_port_manager.py68 if not self._host.path_exists(gpio_path):
/external/autotest/server/site_tests/platform_CompromisedStatefulPartition/
H A Dplatform_CompromisedStatefulPartition.py45 if host.path_exists(self.OOBE_FILE):
53 if not host.path_exists(new_file):
/external/autotest/site_utils/lxc/
H A Dunittest_cleanup.py21 if lxc_utils.path_exists(TEST_HOST_PATH):
H A Dbase_image_unittest.py64 self.assertFalse(lxc_utils.path_exists(
96 self.assertFalse(lxc_utils.path_exists(
102 self.assertFalse(lxc_utils.path_exists(
H A Dlxc_config_unittest.py87 self.assertFalse(lxc_utils.path_exists(src_dir))
92 self.assertTrue(lxc_utils.path_exists(src_dir))
H A Dzygote.py86 if not lxc_utils.path_exists(self.host_path):
88 if not lxc_utils.path_exists(self.host_path_ro):
224 if lxc_utils.path_exists(self.host_path):
228 if lxc_utils.path_exists(self.host_path_ro):
H A Dbase_image.py98 if lxc_utils.path_exists(base_path):
187 if not lxc_utils.path_exists(snapshot_file):
H A Dutils.py21 def path_exists(path): function
146 if not path_exists(full_dst):
H A Dconfig.py233 if lxc_utils.path_exists(tmp_append):
247 if not lxc_utils.path_exists(deploy_config.source):
/external/autotest/server/site_tests/firmware_IntegratedU2F/
H A Dfirmware_IntegratedU2F.py56 self.create_g2f_force = not self.host.path_exists(self.G2FFORCE_PATH)
113 if not self.host.path_exists(self.U2FTEST_PATH):
/external/autotest/server/site_tests/firmware_Cr50GetName/
H A Dfirmware_Cr50GetName.py32 if not self.host.path_exists(self.GET_NAME_SCRIPT):
/external/autotest/server/site_tests/firmware_Cr50SetBoardId/
H A Dfirmware_Cr50SetBoardId.py68 if not self.host.path_exists(self.BID_SCRIPT):
/external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionStress/
H A Dkernel_ExternalUsbPeripheralsDetectionStress.py128 lambda: self.host.path_exists(devicePath),
145 lambda: not self.host.path_exists(devicePath),
/external/autotest/server/
H A Dtest.py135 if not autodir or not self.host.path_exists(autodir):
139 if not self.host.path_exists(self.outputdir):
/external/autotest/client/common_lib/hosts/
H A Dbase_classes.py358 if not self.path_exists(path):
430 if self.path_exists('/tmp/iptable-rules'):
519 def path_exists(self, path): member in class:Host
/external/autotest/server/site_tests/audio_AudioARCPlayback/
H A Daudio_AudioARCPlayback.py196 return self.host.path_exists(
/external/autotest/server/site_tests/audio_AudioARCRecord/
H A Daudio_AudioARCRecord.py199 return self.host.path_exists(
/external/autotest/client/common_lib/cros/
H A Dcr50_utils.py195 if not client.path_exists(CR50_VERSION):
416 return client.path_exists(CR50_PREPVT)
H A Dpower_cycle_usb_util.py59 if not dut.path_exists('/sys/class/gpio/gpio{}'.format(gpio_idx)):
/external/autotest/client/common_lib/cros/network/
H A Dinterface.py162 if not self.host.path_exists(device_path):
173 if self.host.path_exists(path) else None)
/external/autotest/server/site_tests/audiovideo_AVSync/
H A Daudiovideo_AVSync.py297 return self.host.path_exists(

Completed in 461 milliseconds

12