Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/tools/find_build_apps/
Dcommon.py20 FULL_NAME_PLACEHOLDER = '@f' variable
234 … if (FULL_NAME_PLACEHOLDER in path): # to avoid recursion to the call to app_dir in the next line:
235 path = path.replace(FULL_NAME_PLACEHOLDER, self.app_dir.replace(os.path.sep, '_'))