Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/cros/
Dgs_cache_client.py201 _CONTROL_FILE_PREFIX = 'autotest/' variable in GsCacheClient
202 _CONTROL_FILE_PREFIX_LEN = len(_CONTROL_FILE_PREFIX)
287 control_files = [self._CONTROL_FILE_PREFIX + p
298 if k.startswith(self._CONTROL_FILE_PREFIX)}