Home
last modified time | relevance | path

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

/external/minijail/tools/
Dparser_unittest.py485 def _write_file(self, filename, contents): member in ParseFileTests
494 path = self._write_file(
522 path = self._write_file(
551 path = self._write_file(
572 path = self._write_file(
584 path = self._write_file(
611 path = self._write_file(
633 path = self._write_file(
637 path = self._write_file(
673 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/autotest/server/cros/
Dcamerabox_utils.py130 def _write_file(self, filepath, content, permission=None, owner=None): member in DUTFixture
147 self._write_file(
165 self._write_file(
175 self._write_file(self.CAMERA_PROFILE_PATH, new_profile)