Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/scripts/tests/build/
Dtest_subfolder_list.py21 dir_names = [os.getcwd()]
26 dir_names.append(os.path.join(os.getcwd(), name))
/Zephyr-Core-3.7.0/scripts/native_simulator/common/src/
Dnsi_host_trampolines.c31 return getcwd(buf, size); in nsi_host_getcwd()
/Zephyr-Core-3.7.0/scripts/west_commands/
Dbuild_helpers.py100 cwd = os.getcwd()
Drun_common.py13 from os import close, getcwd, path, fspath
493 log.die(msg.format(getcwd(), dir))
Dbuild.py442 source_dir = os.getcwd()
/Zephyr-Core-3.7.0/scripts/pylib/twister/twisterlib/
Dtestsuite.py267 oldpwd = os.getcwd()
Denvironment.py546 default=os.path.join(os.getcwd(), "twister-out"),
/Zephyr-Core-3.7.0/scripts/
Dget_maintainer.py225 os.path.relpath(os.getcwd(), self._toplevel),
/Zephyr-Core-3.7.0/scripts/dts/python-devicetree/tests/
Dtest_dtlib.py89 here = os.getcwd()
Dtest_edtlib.py32 cwd = os.getcwd()
/Zephyr-Core-3.7.0/doc/services/portability/posix/option_groups/
Dindex.rst238 getcwd(),
/Zephyr-Core-3.7.0/scripts/kconfig/
Dmenuconfig.py2947 .format(os.path.join(os.getcwd(), ""))