Home | History | Annotate | Download | only in port

Lines Matching refs:exists

149             if filesystem.exists(path):
317 if not self._filesystem.exists(path_to_file):
362 if not self._filesystem.exists(driver_path):
398 """This routine is used to check whether image_diff binary exists."""
400 exists(image_diff_path):
416 if not self._filesystem.exists(self._pretty_patch_path):
469 # If only one of them exists, return that one.
601 if self._filesystem.exists(self._filesystem.join(platform_dir, baseline_filename)):
608 # result in the test directory, even if no such file actually exists.
610 if self._filesystem.exists(self._filesystem.join(platform_dir, baseline_filename)):
656 if self._filesystem.exists(png_path):
665 if not self._filesystem.exists(baseline_path):
671 if not self._filesystem.exists(baseline_path):
683 if not self._filesystem.exists(baseline_path):
724 if self._filesystem.exists(path):
776 if fs.exists(self.expected_filename(test_name, '.png')):
778 if fs.exists(self.expected_filename(test_name, '.wav')):
927 if not self._filesystem.exists(filename):
1021 if self._filesystem.exists(cachedir):
1263 if self._filesystem.exists(path):
1268 if self._filesystem.exists(expanded_path):
1416 if not self._filesystem.exists(config_file_from_env):
1432 return self._filesystem.exists('/etc/redhat-release')
1435 return self._filesystem.exists('/etc/debian_version')
1481 if self._filesystem.exists(path):
1509 if self._filesystem.exists(llvm_symbolizer_path):
1516 if self._filesystem.exists(sanitizer_filter_path):
1546 assert self._filesystem.exists(path_to_virtual_test_suites), 'LayoutTests/VirtualTestSuites not found'