Searched refs:getenv (Results 26 – 36 of 36) sorted by relevance
12
/Zephyr-latest/scripts/tests/twister/ |
D | test_testsuite.py | 17 ZEPHYR_BASE = os.getenv('ZEPHYR_BASE')
|
D | test_testinstance.py | 16 ZEPHYR_BASE = os.getenv("ZEPHYR_BASE")
|
D | test_testplan.py | 16 ZEPHYR_BASE = os.getenv("ZEPHYR_BASE")
|
D | test_handlers.py | 26 ZEPHYR_BASE = os.getenv("ZEPHYR_BASE")
|
D | test_runner.py | 24 ZEPHYR_BASE = os.getenv("ZEPHYR_BASE")
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | environment.py | 32 ZEPHYR_BASE = os.getenv("ZEPHYR_BASE")
|
D | harness.py | 981 bsim_out_path: str = os.getenv('BSIM_OUT_PATH', '')
|
D | testplan.py | 43 ZEPHYR_BASE = os.getenv("ZEPHYR_BASE")
|
/Zephyr-latest/scripts/dts/ |
D | gen_defines.py | 224 zbase = os.getenv("ZEPHYR_BASE")
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 519 getenv(),yes
|
/Zephyr-latest/doc/contribute/coding_guidelines/ |
D | index.rst | 991 …- The pointers returned by the Standard Library functions localeconv, getenv, setlocale or, strer… 998 …tandard Library functions asctime, ctime, gmtime, localtime, localeconv, getenv, setlocale or stre…
|
12