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.py35 def get_mounted_devices(self, mounts_file): argument
47 entries = open(mounts_file).readlines()
116 mounts_file = '/proc/%s/mounts' % process
117 mounted_devices = self.get_mounted_devices(mounts_file)