Home
last modified time | relevance | path

Searched refs:path_exists (Results 1 – 15 of 15) sorted by relevance

/external/autotest/client/cros/faft/utils/
Drootfs_handler.py57 assert not self.os_if.path_exists(_DM_DEV_PATH)
60 assert self.os_if.path_exists(_DM_DEV_PATH)
71 if self.os_if.path_exists(_DM_DEV_PATH):
Dos_interface.py151 def path_exists(self, path): member in OSInterface
269 if self.path_exists('/dev/mmcblk0'):
Dsaft_flashrom_util.py236 if self.os_if.path_exists(filename):
/external/autotest/server/site_tests/platform_CompromisedStatefulPartition/
Dplatform_CompromisedStatefulPartition.py45 if host.path_exists(self.OOBE_FILE):
53 if not host.path_exists(new_file):
/external/autotest/site_utils/
Dlxc_config.py150 if lxc_utils.path_exists(self.tmp_append):
165 if not lxc_utils.path_exists(deploy_config.source):
177 if not lxc_utils.path_exists(target_dir):
Dlxc_utils.py14 def path_exists(path): function
Dlxc.py148 not lxc_utils.path_exists(os.path.join(container_path, name,
724 if lxc_utils.path_exists(container_folder) and force_cleanup:
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
Dexample_test.py97 self.assertFalse(example.path_exists('/test/empty.txt'))
99 self.assertTrue(example.path_exists('/test/empty.txt'))
Dexample.py87 def path_exists(path): function
/external/autotest/server/
Dtest.py130 if not autodir or not self.host.path_exists(autodir):
134 if not self.host.path_exists(self.outputdir):
Dprofilers.py81 if host.path_exists(profiler_dir):
/external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionStress/
Dkernel_ExternalUsbPeripheralsDetectionStress.py128 lambda: self.host.path_exists(devicePath),
145 lambda: not self.host.path_exists(devicePath),
/external/autotest/client/common_lib/hosts/
Dbase_classes.py333 if self.path_exists('/tmp/iptable-rules'):
413 def path_exists(self, path): member in Host
/external/chromium-trace/catapult/third_party/coverage/coverage/
Dcmdline.py395 self.path_exists = _path_exists or os.path.exists
629 if self.path_exists(data_file):
/external/autotest/server/hosts/
Dcros_host.py1489 if self.path_exists(client_constants.PRIOR_LOGS_DIR):
1492 elif self.path_exists(self._LAB_MACHINE_FILE):
1559 if self.path_exists(src):
1974 if self.path_exists(encrypted_stateful_path):