Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/native_simulator/common/src/
Dnsi_host_trampolines.c31 return getcwd(buf, size); in nsi_host_getcwd()
/Zephyr-latest/scripts/tests/build/
Dtest_subfolder_list.py21 dir_names = [os.getcwd()]
26 dir_names.append(os.path.join(os.getcwd(), name))
/Zephyr-latest/scripts/west_commands/
Dbuild_helpers.py100 cwd = os.getcwd()
Drun_common.py14 from os import close, getcwd, path, fspath
541 log.die(msg.format(getcwd(), dir))
Dbuild.py491 source_dir = os.getcwd()
/Zephyr-latest/scripts/
Dget_maintainer.py225 os.path.relpath(os.getcwd(), self._toplevel),
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dtestsuite.py291 oldpwd = os.getcwd()
Denvironment.py638 default=os.path.join(os.getcwd(), "twister-out"),
Dreports.py617 cwd_rel_path = os.path.relpath(example_instance.testsuite.source_dir, start=os.getcwd())
/Zephyr-latest/scripts/dts/python-devicetree/tests/
Dtest_edtlib_binding_init.py1151 cwd = os.getcwd()
Dtest_dtlib.py89 here = os.getcwd()
Dtest_edtlib.py32 cwd = os.getcwd()
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst242 getcwd(),
/Zephyr-latest/scripts/kconfig/
Dmenuconfig.py2947 .format(os.path.join(os.getcwd(), ""))