Home
last modified time | relevance | path

Searched refs:is_file_exists (Results 1 – 5 of 5) sorted by relevance

/external/autotest/server/site_tests/firmware_Fingerprint/
Dfirmware_Fingerprint.py283 if not self.host.is_file_exists(filename):
/external/autotest/server/cros/device_health_profile/
Ddevice_health_profile_unittest.py34 def is_file_exists(self, file_path): member in MockHost
Ddevice_health_profile.py112 if not self._profile_host.is_file_exists(self._remote_path):
/external/autotest/server/cros/faft/
Dfingerprint_test.py762 return self.host.is_file_exists(
795 return not self.host.is_file_exists(
/external/autotest/server/hosts/
Dabstract_ssh.py1281 def is_file_exists(self, file_path): member in AbstractSSHHost