Home
last modified time | relevance | path

Searched refs:file_to_check (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/autotest/server/site_tests/firmware_Fingerprint/
H A Dfirmware_Fingerprint.py299 def check_file_contains_all_0xFF_bytes(self, file_to_check): argument
305 cmd = 'hexdump %s' % file_to_check
309 file_to_check)
/aosp_15_r20/development/vndk/snapshot/
H A Dcollect_licenses.py85 with open(filepath, 'rt', encoding='utf-8') as file_to_check:
87 file_string = file_to_check.read()