Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/platform_RootPartitionsNotMounted/
Dplatform_RootPartitionsNotMounted.py34 def get_mounted_devices(self, mounts_file): argument
46 entries = open(mounts_file).readlines()
115 mounts_file = '/proc/%s/mounts' % process
116 mounted_devices = self.get_mounted_devices(mounts_file)