Searched refs:path_exists (Results 1 – 17 of 17) sorted by relevance
58 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):
151 def path_exists(self, path): member in OSInterface270 if self.path_exists(p):
239 if self.os_if.path_exists(filename):
45 if host.path_exists(self.OOBE_FILE):53 if not host.path_exists(new_file):
97 self.assertFalse(example.path_exists('/test/empty.txt')) 99 self.assertTrue(example.path_exists('/test/empty.txt'))
87 def path_exists(path): function
228 if lxc_utils.path_exists(self.tmp_append):243 if not lxc_utils.path_exists(deploy_config.source):255 if not lxc_utils.path_exists(target_dir):
14 def path_exists(path): function
156 not lxc_utils.path_exists(os.path.join(container_path, name,771 if lxc_utils.path_exists(container_folder) and force_cleanup:
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),
412 if self.path_exists('/tmp/iptable-rules'):501 def path_exists(self, path): member in Host
199 return self.host.path_exists(
196 return self.host.path_exists(
296 return self.host.path_exists(
523 self.path_exists(os.path.join(folder, test_file))1486 if self.path_exists(encrypted_stateful_path):