| /Zephyr-latest/share/zephyr-package/cmake/ | 
| D | ZephyrConfig.cmake | 91   set(ZEPHYR_BASE ${ZEPHYR_BASE} CACHE PATH "Zephyr base")  variable116   set(ZEPHYR_BASE ${CURRENT_ZEPHYR_DIR} CACHE PATH "Zephyr base")  variable
 124   set(ZEPHYR_BASE ${CURRENT_ZEPHYR_DIR} CACHE PATH "Zephyr base")  variable
 147     set(ZEPHYR_BASE ${CURRENT_ZEPHYR_DIR} CACHE PATH "Zephyr base")  variable
 158   set(ZEPHYR_BASE ${CURRENT_ZEPHYR_DIR} CACHE PATH "Zephyr base")  variable
 
 | 
| D | ZephyrConfigVersion.cmake | 91 set(ZEPHYR_BASE ${CURRENT_ZEPHYR_DIR})  variable99 set(ZEPHYR_BASE)  variable
 
 | 
| /Zephyr-latest/scripts/ | 
| D | twister | 190 ZEPHYR_BASE = os.getenv("ZEPHYR_BASE")  variable196     ZEPHYR_BASE = str(Path(__file__).resolve().parents[1])  variable
 
 | 
| /Zephyr-latest/cmake/ | 
| D | yaml-filter.cmake | 22 set(ZEPHYR_BASE ${CMAKE_CURRENT_LIST_DIR}/../)  variable
 | 
| D | verify-toolchain.cmake | 28 set(ZEPHYR_BASE ${CMAKE_CURRENT_LIST_DIR}/../)  variable
 | 
| D | gen_version_h.cmake | 5 set(ZEPHYR_BASE $ENV{ZEPHYR_BASE} CACHE PATH "Zephyr base")  variable
 | 
| /Zephyr-latest/ | 
| D | zephyr-env.cmd | 2 set ZEPHYR_BASE=%~dp0  variable
 | 
| /Zephyr-latest/scripts/west_commands/sdk/ | 
| D | listsdk.cmake | 6 set(ZEPHYR_BASE $ENV{ZEPHYR_BASE} CACHE PATH "Zephyr base")  variable
 | 
| /Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/ | 
| D | domains_helper.py | 12 ZEPHYR_BASE = os.environ['ZEPHYR_BASE']  variable
 | 
| /Zephyr-latest/scripts/utils/ | 
| D | migrate_includes.py | 23 ZEPHYR_BASE = Path(__file__).parents[2]  variable
 | 
| D | migrate_mcumgr_kconfigs.py | 22 ZEPHYR_BASE = Path(__file__).parents[2]  variable
 | 
| D | migrate_posix_kconfigs.py | 25 ZEPHYR_BASE = Path(__file__).parents[2]  variable
 | 
| D | board_v1_to_v2.py | 41 ZEPHYR_BASE = Path(__file__).parents[2]  variable
 | 
| /Zephyr-latest/scripts/tests/twister/ | 
| D | test_twister.py | 17 ZEPHYR_BASE = os.getenv("ZEPHYR_BASE")  variable
 | 
| D | test_platform.py | 17 ZEPHYR_BASE = os.getenv("ZEPHYR_BASE")  variable
 | 
| D | conftest.py | 14 ZEPHYR_BASE = os.getenv("ZEPHYR_BASE")  variable
 | 
| /Zephyr-latest/tests/subsys/logging/dictionary/pytest/ | 
| D | test_logging_dictionary.py | 19 ZEPHYR_BASE = os.getenv("ZEPHYR_BASE")  variable
 | 
| /Zephyr-latest/scripts/tests/twister_blackbox/ | 
| D | conftest.py | 15 ZEPHYR_BASE = os.getenv('ZEPHYR_BASE')  variable
 | 
| /Zephyr-latest/cmake/modules/ | 
| D | unittest.cmake | 44   set(ZEPHYR_BASE ${ENV_ZEPHYR_BASE} CACHE PATH "Zephyr base")  variable
 | 
| /Zephyr-latest/tests/lib/devicetree/memory_region_flags/pytest/ | 
| D | test_memory_region_flags.py | 10 ZEPHYR_BASE = os.getenv("ZEPHYR_BASE")  variable
 | 
| /Zephyr-latest/tests/subsys/debug/gdbstub/pytest/ | 
| D | test_gdbstub.py | 14 ZEPHYR_BASE = os.getenv("ZEPHYR_BASE")  variable
 | 
| /Zephyr-latest/scripts/west_commands/ | 
| D | zephyr_ext_common.py | 20 ZEPHYR_BASE = Path(os.environ.get('ZEPHYR_BASE', THIS_ZEPHYR))  variable
 | 
| /Zephyr-latest/doc/_extensions/zephyr/ | 
| D | link-roles.py | 16 ZEPHYR_BASE: Final[str] = Path(__file__).parents[3]  variable
 | 
| D | gh_utils.py | 54 ZEPHYR_BASE : Final[str] = Path(__file__).parents[3]  variable
 | 
| /Zephyr-latest/doc/_scripts/ | 
| D | gen_boards_catalog.py | 19 ZEPHYR_BASE = Path(__file__).parents[2]  variable
 |