Home
last modified time | relevance | path

Searched refs:missing_ok (Results 1 – 7 of 7) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dffx.py92 Path(self._ssh_auth_sock_path).unlink(missing_ok=True)
94 Path(self._overnet_socket_path).unlink(missing_ok=True)
/tools/metalava/scripts/
Drefresh-baselines.py85 baseline_file.unlink(missing_ok=True)
/tools/asuite/atest/logstorage/
Dlogstorage_utils.py83 missing_ok=True
/tools/asuite/atest/tools/
Dindexing.py373 repo_syncd = not au.check_md5(checksum_file, missing_ok=False)
/tools/asuite/atest/
Datest_utils.py716 def check_md5(check_file, missing_ok=False): argument
738 if not missing_ok:
740 return missing_ok
Datest_utils_unittest.py721 self.assertTrue(atest_utils.check_md5(checksum_file, missing_ok=True))
/tools/asuite/atest/integration_tests/
Dsnapshot.py595 file_path.unlink(missing_ok=True)