Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/tools/
Didf_tools.py90 URL_PREFIX_MAP_SEPARATOR = ',' variable
1197 if URL_PREFIX_MAP_SEPARATOR not in item:
1198 … warn('invalid mirror-prefix-map item (missing \'{}\') {}'.format(URL_PREFIX_MAP_SEPARATOR, item))
1200 search, replace = item.split(URL_PREFIX_MAP_SEPARATOR, 1)