Searched refs:getcwd (Results 1 – 12 of 12) sorted by relevance
/Zephyr-Core-3.7.0/scripts/tests/build/ |
D | test_subfolder_list.py | 21 dir_names = [os.getcwd()] 26 dir_names.append(os.path.join(os.getcwd(), name))
|
/Zephyr-Core-3.7.0/scripts/native_simulator/common/src/ |
D | nsi_host_trampolines.c | 31 return getcwd(buf, size); in nsi_host_getcwd()
|
/Zephyr-Core-3.7.0/scripts/west_commands/ |
D | build_helpers.py | 100 cwd = os.getcwd()
|
D | run_common.py | 13 from os import close, getcwd, path, fspath 493 log.die(msg.format(getcwd(), dir))
|
D | build.py | 442 source_dir = os.getcwd()
|
/Zephyr-Core-3.7.0/scripts/pylib/twister/twisterlib/ |
D | testsuite.py | 267 oldpwd = os.getcwd()
|
D | environment.py | 546 default=os.path.join(os.getcwd(), "twister-out"),
|
/Zephyr-Core-3.7.0/scripts/ |
D | get_maintainer.py | 225 os.path.relpath(os.getcwd(), self._toplevel),
|
/Zephyr-Core-3.7.0/scripts/dts/python-devicetree/tests/ |
D | test_dtlib.py | 89 here = os.getcwd()
|
D | test_edtlib.py | 32 cwd = os.getcwd()
|
/Zephyr-Core-3.7.0/doc/services/portability/posix/option_groups/ |
D | index.rst | 238 getcwd(),
|
/Zephyr-Core-3.7.0/scripts/kconfig/ |
D | menuconfig.py | 2947 .format(os.path.join(os.getcwd(), ""))
|