Searched refs:path_exists (Results 1 – 15 of 15) sorted by relevance
57 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):
151 def path_exists(self, path): member in OSInterface269 if self.path_exists('/dev/mmcblk0'):
236 if self.os_if.path_exists(filename):
45 if host.path_exists(self.OOBE_FILE):53 if not host.path_exists(new_file):
150 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):
14 def path_exists(path): function
148 not lxc_utils.path_exists(os.path.join(container_path, name,724 if lxc_utils.path_exists(container_folder) and force_cleanup:
97 self.assertFalse(example.path_exists('/test/empty.txt')) 99 self.assertTrue(example.path_exists('/test/empty.txt'))
87 def path_exists(path): function
130 if not autodir or not self.host.path_exists(autodir):134 if not self.host.path_exists(self.outputdir):
81 if host.path_exists(profiler_dir):
128 lambda: self.host.path_exists(devicePath),145 lambda: not self.host.path_exists(devicePath),
333 if self.path_exists('/tmp/iptable-rules'):413 def path_exists(self, path): member in Host
395 self.path_exists = _path_exists or os.path.exists629 if self.path_exists(data_file):
1489 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):