/external/minijail/tools/ |
parser_unittest.py | 485 def _write_file(self, filename, contents): member in class: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...] |
compiler_unittest.py | 312 def _write_file(self, filename, contents): member in class: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) [all...] |
/external/autotest/server/cros/ |
camerabox_utils.py | 130 def _write_file(self, filepath, content, permission=None, owner=None): member in class:DUTFixture 147 self._write_file( 165 self._write_file( 175 self._write_file(self.CAMERA_PROFILE_PATH, new_profile)
|