Home
last modified time | relevance | path

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

/external/autotest/server/cros/storage/
Dstorage_validate_unittest.py41 def is_file_exists(self, file_path): member in MockHost
/external/autotest/server/site_tests/firmware_Fingerprint/
Dfirmware_Fingerprint.py280 if not self.host.is_file_exists(filename):
/external/autotest/server/cros/device_health_profile/
Ddevice_health_profile_unittest.py35 def is_file_exists(self, file_path): member in MockHost
Ddevice_health_profile.py94 if not self._profile_host.is_file_exists(self._remote_path):
/external/autotest/server/cros/faft/
Dfingerprint_test.py735 return self.host.is_file_exists(
768 return not self.host.is_file_exists(
/external/autotest/server/hosts/
Dabstract_ssh.py1047 def is_file_exists(self, file_path): member in AbstractSSHHost