Home
last modified time | relevance | path

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

/external/minijail/tools/
Dparser_unittest.py540 def _write_file(self, filename, contents): member in ParseFileTests
549 path = self._write_file(
577 path = self._write_file(
606 path = self._write_file(
627 path = self._write_file(
639 path = self._write_file(
666 path = self._write_file(
688 path = self._write_file(
692 path = self._write_file(
728 path = self._write_file(
[all …]
Dcompiler_unittest.py320 def _write_file(self, filename, contents): member in CompileFileTests
329 self._write_file(
334 path = self._write_file(
354 self._write_file(
359 path = self._write_file(
386 path = self._write_file(
416 self._write_file('test.frequency', frequency_contents)
417 path = self._write_file('test.policy', policy_contents)
453 path = self._write_file('test.policy', policy_contents)
489 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.py150 def _write_file(self, filepath, content, permission=None, owner=None): member in DUTFixture
167 self._write_file(
180 self._write_file(self.CAMERA_PROFILE_PATH, new_profile)