Home
last modified time | relevance | path

Searched refs:assert_file_exists (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/ta_prod_signing_scripts/
H A Dstitch_ta.py39 def assert_file_exists(fname): function
55 assert_file_exists(args.inf)
56 assert_file_exists(args.dig)
57 assert_file_exists(args.sig)
H A Dgenerate_digest.py37 def assert_file_exists(fname): function
53 assert_file_exists(args.inf)
/aosp_15_r20/external/flatbuffers/tests/flatc/
H A Dflatc_test.py58 def assert_file_exists(filename, path=script_path): function
93 assert_file_contains(assert_file_exists(file, path), needle)
95 assert_file_doesnt_contains(assert_file_exists(file, path), doesnt_contain)
/aosp_15_r20/external/python/absl-py/absl/testing/tests/
Dabsltest_test.py2111 def assert_file_exists(self, temp_file, expected_content=b''): member in TempFileTest
2181 self.assert_file_exists(tdf)
2187 self.assert_file_exists(tf)
2194 self.assert_file_exists(tdf)
2200 self.assert_file_exists(tf)
2207 self.assert_file_exists(tdf)
2213 self.assert_file_exists(tf)
2221 self.assert_file_exists(tf, 'text')
2236 self.assert_file_exists(tf, b'\x00\x01\x02')