Home
last modified time | relevance | path

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

/external/oss-fuzz/infra/build/functions/
Dproject_sync_test.py47 self.decoded_content = b"name: test"
60 def set_yaml_contents(self, decoded_content): argument
62 self.decoded_content = decoded_content
Dproject_sync.py180 project_yaml_contents = content_file.decoded_content.decode('utf-8')
183 dockerfile_contents = content_file.decoded_content.decode('utf-8')