Home
last modified time | relevance | path

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

/external/autotest/client/cros/
Dpower_status.py894 _MALI_DEV = '/sys/class/misc/mali0/device' variable in GPUFreqStats
936 fname = os.path.join(self._MALI_DEV, 'clock')
939 fname = os.path.join(self._MALI_DEV, 'available_frequencies')
961 if os.path.exists(self._MALI_DEV) and \
962 not os.path.exists(os.path.join(self._MALI_DEV, "devfreq")):