Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/platform_BootLockbox/
Dplatform_BootLockbox.py22 self._remove_file(self.data_file)
23 self._remove_file(self.data_file + '.signature')
24 self._remove_file('/var/lib/boot-lockbox/boot_attributes.pb')
25 self._remove_file('/var/lib/boot-lockbox/boot_attributes.sig')
28 def _remove_file(self, filename): member in platform_BootLockbox