Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/west_commands/
Dcompletion.py71 cf = os.path.join(os.path.dirname(os.path.realpath(__file__)),
Dbuild_helpers.py23 script_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
Dpatch.py231 patch_path = os.path.realpath(Path(args.patch_base) / pth)
351 mod_path = os.path.realpath(Path(args.west_workspace) / mod)
/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/src/creds/
Dconvert_keys.py29 creds_dir = os.path.dirname(os.path.realpath(__file__))
/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_testlist.py37 saved_tests_file_path = os.path.realpath(os.path.join(out_path, '..', 'saved-tests.json'))
/Zephyr-latest/tests/bsim/
Dsh_common.source54 PA="$(realpath --relative-to "${ZEPHYR_BASE}" "${PA}")"
Dcompile.source46 local app_absolute=$(realpath "${app_root}/${app}")
/Zephyr-latest/scripts/kconfig/
Dkconfig.py284 for path in sorted({os.path.realpath(os.path.join(kconf.srctree, path))
Dkconfiglib.py554 from os.path import dirname, exists, expandvars, islink, join, realpath
968 self._srctree_prefix = realpath(self.srctree) + os.sep
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dtestsuite.py448 os.path.realpath(suite_path), start=canonical_zephyr_base
520 canonical_testsuite_root = os.path.realpath(testsuite_root)
Denvironment.py42 canonical_zephyr_base = os.path.realpath(ZEPHYR_BASE)
Drunner.py880 filename = os.path.abspath(os.path.realpath(filename))
/Zephyr-latest/doc/develop/west/
Dwest-apis.rst513 instead of ``os.path.realpath()``, improving support for symbolic links.
/Zephyr-latest/scripts/tests/twister/
Dtest_runner.py177 path_to_sanitize = os.path.join(os.path.realpath(ZEPHYR_BASE), sanitized_path_expected)