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