Home
last modified time | relevance | path

Searched refs:_write_file (Results 1 – 5 of 5) sorted by relevance

/external/minijail/tools/
Dparser_unittest.py536 def _write_file(self, filename, contents): member in ParseFileTests
545 path = self._write_file(
573 path = self._write_file(
602 path = self._write_file(
623 path = self._write_file(
635 path = self._write_file(
662 path = self._write_file(
684 path = self._write_file(
688 path = self._write_file(
724 path = self._write_file(
[all …]
Dcompiler_unittest.py312 def _write_file(self, filename, contents): member in CompileFileTests
321 self._write_file(
326 path = self._write_file(
346 self._write_file(
351 path = self._write_file(
378 path = self._write_file(
408 self._write_file('test.frequency', frequency_contents)
409 path = self._write_file('test.policy', policy_contents)
445 path = self._write_file('test.policy', policy_contents)
481 path = self._write_file('test.policy', '\n'.join(policy_contents))
/external/python/cryptography/docs/development/custom-vectors/hkdf/
Dgenerate_hkdf.py33 def _write_file(data, filename): function
39 _write_file(_build_vectors(), 'hkdf.txt')
/external/python/cryptography/docs/development/custom-vectors/arc4/
Dgenerate_arc4.py92 def _write_file(data, filename): function
98 _write_file(_build_vectors(), 'arc4.txt')
/external/autotest/server/cros/
Dcamerabox_utils.py127 def _write_file(self, filepath, content, permission=None, owner=None): member in DUTFixture
144 self._write_file(
157 self._write_file(self.CAMERA_PROFILE_PATH, new_profile)