Home
last modified time | relevance | path

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

/external/autotest/client/cros/video/
Ddevice_capability.py20 def __init__(self, settings_path='/usr/local/etc/autotest-capability'): argument
25 self.capabilities = self.__get_autotest_capability(settings_path)
29 def __get_autotest_capability(self, settings_path): argument
60 managed_cap_fpath = os.path.join(settings_path,
66 cap_files = [f for f in os.listdir(settings_path)
74 fname = os.path.join(settings_path, fname)